mcpbeat Sign in

AI Economics MCP Server

local only

AI Economics runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 31 Aug 2026.

12 calculators for AI cost, energy and agent verification. Free API, no key.

Installs per day peak 152 · avg 11 · +30% w/w
a month agotoday
37
Installs / week
npm · @michalpiszczek/ai-economics-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check AI Economics every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ai-economics -- npx -y @michalpiszczek/ai-economics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-economics": {
      "args": [
        "-y",
        "@michalpiszczek/ai-economics-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-economics]
command = "npx"
args = ["-y", "@michalpiszczek/ai-economics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-economics": {
      "args": [
        "-y",
        "@michalpiszczek/ai-economics-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-economics": {
      "args": [
        "-y",
        "@michalpiszczek/ai-economics-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AI_ECONOMICS_API (Override the API base URL (defaults to https://piszczek.pl/tools/api). No API key is required.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AI Economics

same job, measured the same way
Axiom Relay
by itr3k

Free agent-service discovery, OpenAPI document checks, and receipt verification. No API key needed.

10 tools answering
I
Agent Evidence API
by thx93

MCP-native web evidence and claim verification: cited, source-grounded evidence for AI agents.

2 tools answering
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

39 installs/wk local only
Fairseal MCP Server
by ned-del

Verifiable entropy, provably-fair games, and receipt verification for AI agents (FairSeal API).

81 installs/wk local only
Rftools
by antonpogrebenko-public

241 RF & electronics calculators + 13 simulation tools for AI agents.

541 installs/wk local only
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
Entroly
by juyterman1000

Context Assurance for AI agents: context engineering, AI cost optimization, verification.

1 486 installs/wk local only
Calculators
by calcfleet

Tested financial & practical calculators as free, no-auth MCP tools for AI agents.

122 tools answering

AI Economics — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Economics?
AI Economics runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @michalpiszczek/ai-economics-mcp was installed 37 times last week.
How do I connect AI Economics?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @michalpiszczek/ai-economics-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI Economics?
The npm package @michalpiszczek/ai-economics-mcp was installed 37 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Economics open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.