Skip to content

Add macalc — 255+ everyday calculator MCP server#3666

Open
tresor4k wants to merge 1 commit intomodelcontextprotocol:mainfrom
tresor4k:add-macalc-server
Open

Add macalc — 255+ everyday calculator MCP server#3666
tresor4k wants to merge 1 commit intomodelcontextprotocol:mainfrom
tresor4k:add-macalc-server

Conversation

@tresor4k
Copy link

Summary

Adding macalc, the most comprehensive everyday calculator MCP server, to the Community Servers list.

What is macalc?

  • 255+ tools across 22 categories
  • 8 countries' tax systems: France, Belgium, Switzerland, USA, UK, Morocco, Senegal, Canada/Quebec
  • Categories: Finance, Health & Sport, Math, Conversions, Construction, Science, Education, Real Estate, Cooking & Nutrition, Travel, Pets, Astronomy & Nature, Textile & Fashion, and more
  • Free, no API key required
  • Streamable HTTP transport (stateless, Vercel-hosted)

Endpoint

https://macalculatriceenligne.com/api/mcp

Quick test

curl -s -X POST https://macalculatriceenligne.com/api/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Returns 255 tools.

Claude Desktop / Cursor config

{
  "mcpServers": {
    "macalc": {
      "url": "https://macalculatriceenligne.com/api/mcp"
    }
  }
}

Links

macalc is the most comprehensive everyday calculator MCP server:
- 255+ tools across 22 categories
- Finance calculators for 8 countries (FR, BE, CH, US, UK, MA, SN, CA)
- Health, math, science, construction, conversions, real estate, cooking, travel, pets, astronomy & textile
- Free, no API key required
- Streamable HTTP transport (stateless)
- Endpoint: https://macalculatriceenligne.com/api/mcp

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants