Apiosk Connect
io.github.obcraft/apiosk-mcpDiscover, pay for, execute, and publish APIs through Apiosk.
Tools · 6
Return the single best runnable offer for a plain-words job, using Apiosk's relevance ranking and price tie-breaks: provider name, exact buyer price, required inputs and signed offer_token. The attach…
Report whether this session can buy: connected or not, payable or not, the balance left, and the exact per-call and daily limits with how much of today's allowance is gone. Call it first in any conver…
Describe a job in plain words — a whole question is better than keywords — and get back the APIs that can perform it: the reviewed Apiosk catalogue and the wider x402 ecosystem in one sweep, each with…
Turn a job into priced offers you can act on: price per call, a 0-100 score, measured p95 latency and measured success rate, side by side. The result comes back with a finished table in `presentation`…
Run the offer the user chose and return the result. Apiosk settles the call from the connected balance, at the price that was shown. Pass `offer_token` exactly as apiosk_discover returned it for the r…
Read the state of a purchase the buyer's rules put on hold: pending, approved, denied or expired, with the reason and the deadline. Call it only after apiosk_execute returned `status: approval_require…
Resources · 2
ui://apiosk/result-canvas.html
ui://apiosk/offer-card.html
Prompts · 4
Find the top ranked runnable provider, exact price, and Approve/Deny card for one question.
Run the comparison layer for a job: discover what can do it, compare the candidates on price and measured performance, and put the offers in front of you to choose from. Nothing is paid until you pick…
Put every provider that can do a job side by side on price, measured latency, measured success rate and input compatibility, and show the weights behind each score. Stops short of choosing.
Find the cheapest provider that still meets a hard latency and reliability floor, and show what was rejected for missing the bar. Providers Apiosk has never measured are rejected rather than assumed t…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"apiosk_connect": {
"url": "https://mcp.apiosk.com/mcp",
"transport": "streamable-http"
}
}
}