AI & Machine Learning
stakao.com
Provides AI agents with access to Stakao product catalogs, x402 payment instructions, and allocation strategy information.
ENDPOINT 1
https://api.stakao.com/agent/mcp
MCP server metadata
- Name
- stakao-mcp
- Version
- 2026-07-22
Known tools 8
get_stakao_catalogReturn the public catalog of Stakao products available for informational agent allocation analysis.
Inferred read-onlyget_agent_manifestReturn Stakao agent API endpoints, x402 price metadata, and safety boundaries.
Inferred read-onlyget_paid_allocation_instructionsExplain how an agent should pay with x402 USDC and call the allocation endpoint.
Potential side effectsget_reference_allocation_statusReturn freshness status for four-hour model portfolio reference allocations.
Inferred read-onlyquote_allocation_productReturn x402 price, endpoint, and safety metadata for an allocation analysis product.
Inferred read-onlyquote_model_portfolio_snapshotReturn direct x402 price, endpoint, and safety metadata for the walletless model portfolio snapshot.
Inferred read-onlysearch_public_contentSearch public Stakao website content, agent docs, blog posts, pricing, and safety pages through Cloudflare AI Search.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.