INDIVIDUAL MCP TOOL
a9n9_research_submit_payment
Verify a separately broadcast Tempo mainnet push-mode payment and continue the quoted research job.
LIVE ENDPOINT
https://agent.a9n9.net/mcp
Connect to this endpoint to inspect the live schema for a9n9_research_submit_payment 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.a9n9-private-action-agent]
url = "https://agent.a9n9.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a9n9-private-action-agent": {
"type": "http",
"url": "https://agent.a9n9.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a9n9-private-action-agent
Remote MCP URL: https://agent.a9n9.net/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": {
"a9n9-private-action-agent": {
"url": "https://agent.a9n9.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a9n9-private-action-agent": {
"type": "http",
"url": "https://agent.a9n9.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a9n9-private-action-agent",
"transport": "streamable-http",
"url": "https://agent.a9n9.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
a9n9_quick_search— Free first-level search, limited per day across all callers: current news coverage (100+ languages, 250K+ sources) or scholarly papers (arXiv).a9n9_research_quote— Analyze a deep-research objective and return the exact current price, limits, planned start URLs, request hash, expiry, payment requirements, and cloud-browser capabilities without charging or starting a job.a9n9_research_start— Start bounded paid research in a real remotely hosted Browserbase Chromium session with JavaScript rendering, DOM interaction, scrolling, and dynamic-content extraction, followed by gpt-5.a9n9_research_status— Return milestone progress and the final result for an opaque tracker code.