INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.apiosk.com/mcp
Connect to this endpoint to inspect the live schema for apiosk_approval_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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_connect— Report whether this session can buy: connected or not, payable or not, which wallet, which spending policy, and the exact per-transaction and daily limits.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 a price per call and whether Apiosk can settle it.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.apiosk_execute— Run the offer the user chose and return the result.