Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Apiosk Connect

io.github.obcraft/apiosk-mcp

Discover, pay for, execute, and publish APIs through Apiosk.

Uptime
100.0%
1 direct probes · 30d
Response
105ms
last probe
Tools
6
callable
Resources
2
readable
Prompts
4
available

Tools · 6

apiosk

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…

apiosk_connect

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…

apiosk_discover

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…

apiosk_compare

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`…

apiosk_execute

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…

apiosk_approval_status

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

Apiosk paid result canvas ui://apiosk/result-canvas.html
Apiosk offer approval card ui://apiosk/offer-card.html

Prompts · 4

apiosk

Find the top ranked runnable provider, exact price, and Approve/Deny card for one question.

find_and_choose_an_api

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…

compare_providers

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.

cheapest_that_meets_my_bar

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…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "apiosk_connect": {
      "url": "https://mcp.apiosk.com/mcp",
      "transport": "streamable-http"
    }
  }
}