← Registry

AI & Machine Learning

stakao.com

Provides AI agents with access to Stakao product catalogs, x402 payment instructions, and allocation strategy information.

x402 supported1 endpoint8 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
stakao-mcp
Version
2026-07-22
Capabilities
toolsresources

Known tools 8

get_stakao_catalog

Return the public catalog of Stakao products available for informational agent allocation analysis.

Inferred read-only
get_agent_manifest

Return Stakao agent API endpoints, x402 price metadata, and safety boundaries.

Inferred read-only
get_paid_allocation_instructions

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

Potential side effects
get_reference_allocation_status

Return freshness status for four-hour model portfolio reference allocations.

Inferred read-only
explain_strategy

Explain one Stakao catalog product by catalog_item_id.

Inferred read-only
quote_allocation_product

Return x402 price, endpoint, and safety metadata for an allocation analysis product.

Inferred read-only
quote_model_portfolio_snapshot

Return direct x402 price, endpoint, and safety metadata for the walletless model portfolio snapshot.

Inferred read-only
search_public_content

Search public Stakao website content, agent docs, blog posts, pricing, and safety pages through Cloudflare AI Search.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.