INDIVIDUAL MCP TOOL
compute_tge_circulating
Compute the % and absolute number of tokens circulating at TGE (token generation event / token launch).
LIVE ENDPOINT
https://tokeneconomics.io/api/mcp
Connect to this endpoint to inspect the live schema for compute_tge_circulating 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.tokenomics-layer]
url = "https://tokeneconomics.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tokenomics-layer": {
"type": "http",
"url": "https://tokeneconomics.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tokenomics-layer
Remote MCP URL: https://tokeneconomics.io/api/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": {
"tokenomics-layer": {
"url": "https://tokeneconomics.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tokenomics-layer": {
"type": "http",
"url": "https://tokeneconomics.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tokenomics-layer",
"transport": "streamable-http",
"url": "https://tokeneconomics.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_real_projects— List the real public tokenomics encoded in the dataset.get_project_tokenomics— Get the full encoded tokenomics for one real project.get_industry_benchmarks— Returns industry-median tokenomics benchmarks (team %, investor %, treasury %, TGE circulating %, etc.) derived from a curated set of blue-chip, source-verified launches (Uniswap, Arbitrum, Ethena, Jito, GMX, Pendle, Morpho) — see the result _note for the exact set + source URLs.compute_health_score— Compute a 0-100 health score for a tokenomics design.compare_to_peers— For a given design, return per-metric comparisons vs the 300+ real-world examples in the dataset.compute_sell_pressure— Project monthly token unlocks + dollar-equivalent sell pressure for a design over the next N months.propose_design_from_brief— Propose a starting tokenomics design from a one-paragraph project brief.simulate_scenario— Simulate a what-if scenario for monthly token unlocks.