INDIVIDUAL MCP TOOL
get_asset
Everything known about one instrument (crypto token or equity): static info, latest metrics (price, 30d price/fundamental change, fees, revenue), divergence history, and cross-asset links.
LIVE ENDPOINT
https://aifu.asia/mcp
Connect to this endpoint to inspect the live schema for get_asset and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.market-structure-graph]
url = "https://aifu.asia/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"market-structure-graph": {
"type": "http",
"url": "https://aifu.asia/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: market-structure-graph
Remote MCP URL: https://aifu.asia/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": {
"market-structure-graph": {
"url": "https://aifu.asia/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"market-structure-graph": {
"type": "http",
"url": "https://aifu.asia/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "market-structure-graph",
"transport": "streamable-http",
"url": "https://aifu.asia/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sectors— Full market-structure snapshot: per-sector price-vs-fundamentals divergence signals (z-scored, flagged 🔴/🟠/🟢), token-to-equity cross-asset links, and warehouse row counts.search_assets— Search the asset universe by symbol, name, or sector substring (case-insensitive).get_asset_metrics— Time series [{ts, value}] for one metric of one asset, ascending.compare_assets— Side-by-side latest core metrics for several assets — price, 30d price/fundamental change, revenue (for equities).cross_asset_links— Hand-curated token ↔ listed-equity links (e.list_agents— The platform's agent directory: registered research/data agents with their A2A card / MCP endpoints and the assets/sectors they cover.find_agents— Match a free-text demand (Chinese or English) against the agent directory and return ranked candidates.hire_agent— Hire an agent from this market to do a piece of work, and get the deliverable back.