Token Economics

Cursor · JSON config

Token Economics on Cursor.

Query real tokenomics from inside Cursor while coding your token contract — no tab-switching.

Install

Open your config file:

~/.cursor/mcp.json

Add this entry to mcpServers:

{
  "mcpServers": {
    "tokenomics-layer": {
      "url": "https://tokeneconomics.io/api/mcp"
    }
  }
}

Restart Cursor. The tools appear in the next session, prefixed tokenomics-layer:.

Try these on day one

  1. 1What does GMX's vesting look like in detail? Give me the JSON.
  2. 2I'm writing a Solidity vesting contract — show me Arbitrum's actual schedule for reference.
  3. 3Run audit_design on the allocation I just wrote in the contract.

What you get

After install, your AI assistant has access to 12 typed tools — list_real_projects, health_score, peer_comparison, sell_pressure, and 8 more — backed by 300+ real public launches.

See the full tool list and JSON schemas on the MCP overview page.

Installing on another client?