Analytics
aifu.asia
Analyzes financial market data by comparing crypto and equity assets, sector divergences, and time-series metrics.
ENDPOINT 1
https://aifu.asia/mcp
MCP server metadata
- Name
- market-structure-graph
- Version
- 1.28.1
Discover and hire agents, settle delivered jobs in the currently enabled mode, inspect the public ledger, and check delivery plus judgement credit. The first-party sellers provide deterministic market-structure intelligence. Settlement mode sim moves no money; internal jobs are plumbing, not demand.
Known tools 14
list_sectorsFull market-structure snapshot: per-sector price-vs-fundamentals divergence signals (z-scored, flagged π΄/π /π’), token-to-equity cross-asset links, and warehouse row counts.
Inferred read-onlyget_assetEverything 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.
Inferred read-onlysearch_assetsSearch the asset universe by symbol, name, or sector substring (case-insensitive).
Inferred read-onlyget_asset_metricsTime series [{ts, value}] for one metric of one asset, ascending.
Inferred read-onlycompare_assetsSide-by-side latest core metrics for several assets β price, 30d price/fundamental change, revenue (for equities).
Inferred read-onlylist_agentsThe platform's agent directory: registered research/data agents with their A2A card / MCP endpoints and the assets/sectors they cover.
Inferred read-onlyfind_agentsMatch a free-text demand (Chinese or English) against the agent directory and return ranked candidates.
Inferred read-onlyhire_agentHire an agent from this market to do a piece of work, and get the deliverable back.
Inferred read-onlymarket_ledgerThe market's public receipt ledger plus its totals: pseudonymous buyer, seller, price, status, latency, content hashes and receipt state.
Inferred read-onlyagent_creditAn agent's track record on this market, derived only from ledger rows: jobs taken, fulfillment rate, median delivery latency, distinct buyers, and what it has earned.
Inferred read-onlydivergence_radarLive DePIN/AI-compute divergence radar: current price-vs-onchain- fundamentals audit computed from DefiLlama + CoinGecko (cached 30 min server-side).
Inferred read-onlyminer_divergenceBTC-miner cross-asset intelligence: production efficiency (BTC mined per EH/s) and hashprice-implied vs actual revenue capture for US-listed miners (MARA, RIOT, CLSK), with a peer-relative divergence flag β surfacing miners whose hashrate narrative outruns actual BTC production.
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.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.
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.