INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://aifu.asia/mcp
Connect to this endpoint to inspect the live schema for list_sectors 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
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.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.