← tokenbel.info
INDIVIDUAL MCP TOOL
token_trading_stats_get
Get primary-market sales statistics for a token by its TokenBel internal identifier (field name: uuid).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.tokenbel-info]
url = "https://mcp.tokenbel.info/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tokenbel-info": {
"type": "http",
"url": "https://mcp.tokenbel.info/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tokenbel-info
Remote MCP URL: https://mcp.tokenbel.info/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": {
"tokenbel-info": {
"url": "https://mcp.tokenbel.info/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tokenbel-info": {
"type": "http",
"url": "https://mcp.tokenbel.info/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tokenbel-info",
"transport": "streamable-http",
"url": "https://mcp.tokenbel.info/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
token_get_by_uuid— Get a single token by its TokenBel internal identifier (field name: uuid).token_list— List active tokens with optional filtering by fintech platform and token lifecycle status.share_get_by_uuid— Get a single BCSE exchange-listed share by its TokenBel internal identifier (field name: uuid).share_list— List active BCSE exchange-listed shares with optional filtering by securities issuer TokenBel internal id (parameter name: issuer_uuid) and today-trading flag.share_payouts_get— Get dividend/payout history and an aggregate summary for a single share by its TokenBel internal identifier (field name: uuid).bond_get_by_uuid— Get a single BCSE exchange-listed bond by its TokenBel internal identifier (field name: uuid).bond_list— List active BCSE exchange-listed bonds with optional filtering by securities issuer TokenBel internal id (parameter name: issuer_uuid) and today-trading flag.company_get_by_uuid— Get a single company catalogue row by its TokenBel internal identifier (field name: uuid).