Analytics
tokeneconomics.io
Provides tokenomics data, industry benchmarks, health scores, and peer comparisons for crypto projects.
ENDPOINT 1
https://tokeneconomics.io/api/mcp
MCP server metadata
- Name
- tokenomics-layer
- Version
- 0.5.0
Known tools 28
get_industry_benchmarksReturns 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.
Inferred read-onlycompare_to_peersFor a given design, return per-metric comparisons vs the 300+ real-world examples in the dataset.
Inferred read-onlycompute_sell_pressureProject monthly token unlocks + dollar-equivalent sell pressure for a design over the next N months.
Inferred read-onlycompute_tge_circulatingCompute the % and absolute number of tokens circulating at TGE (token generation event / token launch).
Inferred read-onlypropose_design_from_briefPropose a starting tokenomics design from a one-paragraph project brief.
Inferred read-onlyfind_similar_projectsFor a given design, find the closest matching projects in the 300+ protocol dataset by overall shape.
Inferred read-onlyvalidate_designValidate that a tokenomics design is internally consistent: allocations sum to ~100%, vesting schedules are sane, no duplicate IDs, etc.
Inferred read-onlycompute_dilutionFor a design, return each allocation's share of CIRCULATING supply (the float) at checkpoints — by default TGE / 12 / 24 / 36 / 60 months.
Inferred read-onlyanalyze_sensitivityTornado analysis: rank the demand-side assumptions (staking sink, burn rate, demand growth, volatility) by how much each moves the median price at the horizon.
Inferred read-onlyget_unlock_scheduleMonth-by-month unlock schedule for a design: circulating supply as % of total each month, plus the absolute tokens unlocked that month.
Inferred read-onlymodel_demandTranslate a token-utility configuration (staking yield, fee burn, buyback, gas / governance / holder-rewards) into the demand-side assumptions (staking sink rate + annual burn rate) the price simulator uses, with a rationale for each.
Inferred read-onlyproject_holder_concentrationProject how concentrated the float is among allocations at future months (TGE / 6 / 12 / 24 by default).
Inferred read-onlysearch_by_metricsSearch the 300+ real launches by COMPUTED metric ranges — not just category/chain.
Inferred read-onlyexplain_termLook up a tokenomics term in the glossary (TGE, FDV, cliff, vesting, HHI, float, etc.).
Inferred read-onlylist_categoriesList the valid filter values present in the dataset: the distinct categories, chains, and token types across the 300+ projects, each with a count.
Inferred read-onlygenerate_narrativeAI-GENERATED (spends model tokens): write launch narrative for a design — a tagline, an investor story, and a community story, grounded in the actual numbers.
Potential side effectsadversarial_reviewAI-GENERATED (spends model tokens): pressure-test a design as three skeptics — a hostile VC, a crypto-Twitter skeptic, and a CEX listing committee.
Inferred read-onlyget_upcoming_unlocksMarket intelligence: across the 300+ real projects, surface those with significant token unlocks coming up.
Inferred read-onlycommit_designCreate a verifiable commitment of a tokenomics design so it can be proved and audited later.
Potential side effectsverify_designVerify a tokenomics design against a commitment hash produced by commit_design.
Inferred read-onlyexport_disclosureGenerate a disclosure-ready export of a tokenomics design, structured to the four areas of the Token Transparency Framework (project/team, supply & allocation, vesting, financial/market).
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.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.
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.