← stakao.com

INDIVIDUAL MCP TOOL

get_paid_allocation_instructions

Explain how an agent should pay with x402 USDC and call the allocation endpoint.

stakao.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.stakao.com/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_paid_allocation_instructions 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

stakao.com

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.stakao-mcp]
url = "https://api.stakao.com/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stakao-mcp": {
      "type": "http",
      "url": "https://api.stakao.com/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stakao-mcp
Remote MCP URL: https://api.stakao.com/agent/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": {
    "stakao-mcp": {
      "url": "https://api.stakao.com/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stakao-mcp": {
      "type": "http",
      "url": "https://api.stakao.com/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stakao-mcp",
  "transport": "streamable-http",
  "url": "https://api.stakao.com/agent/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_stakao_catalog — Return the public catalog of Stakao products available for informational agent allocation analysis.
  • get_agent_manifest — Return Stakao agent API endpoints, x402 price metadata, and safety boundaries.
  • get_reference_allocation_status — Return freshness status for four-hour model portfolio reference allocations.
  • explain_strategy — Explain one Stakao catalog product by catalog_item_id.
  • quote_allocation_product — Return x402 price, endpoint, and safety metadata for an allocation analysis product.
  • quote_model_portfolio_snapshot — Return direct x402 price, endpoint, and safety metadata for the walletless model portfolio snapshot.
  • search_public_content — Search public Stakao website content, agent docs, blog posts, pricing, and safety pages through Cloudflare AI Search.