← aifu.asia

INDIVIDUAL MCP TOOL

agent_credit

An 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.

aifu.asianone authenticationAvailability not checked

LIVE ENDPOINT

https://aifu.asia/mcp

No auth detected

Connect to this endpoint to inspect the live schema for agent_credit and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aifu.asia

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.
  • 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.