INDIVIDUAL MCP TOOL
apiosk_explore
Browse Apiosk listing groups and explore one group at a time before narrowing with search.
LIVE ENDPOINT
https://mcp.apiosk.com/mcp
Connect to this endpoint to inspect the live schema for apiosk_explore and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.apiosk-mcp]
url = "https://mcp.apiosk.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apiosk-mcp": {
"type": "http",
"url": "https://mcp.apiosk.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apiosk-mcp
Remote MCP URL: https://mcp.apiosk.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"apiosk-mcp": {
"url": "https://mcp.apiosk.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apiosk-mcp": {
"type": "http",
"url": "https://mcp.apiosk.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apiosk-mcp",
"transport": "streamable-http",
"url": "https://mcp.apiosk.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
apiosk_help— Explain what Apiosk MCP is, how to connect it, how auth and USDC/x402 payments work, and the recommended workflow for discovery, wallets, and publishing.apiosk_discover— Find the best paid x402 API for a data capability across discovery sources (Apiosk catalog + federated external listings).apiosk_inspect_x402— Read an arbitrary URL's x402 payment terms (price, asset, network, payTo) WITHOUT paying.apiosk_execute— Execute any Apiosk API by slug through the uniform /execute contract.apiosk_fetch_paid— Pay an EXTERNAL x402 endpoint (one Apiosk does not host) from the connected wallet and return its data.apiosk_get_api— Fetch full listing detail and agent metadata for a specific Apiosk API slug.apiosk_search— Search and browse the Apiosk catalog by capability, price, or category.apiosk_payment_guide— Explain how to pay through the Apiosk gateway.