mcpbeat Sign in

Latam MCP Server

by tolomere21 Your server? Claim it
local only

Latam MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Peruvian public data — SUNAT RUC, BCRP FX, SEACE tenders. Sourced from official open-data.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · @latam-mcp/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 latam-mcp -- npx -y @latam-mcp/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "latam-mcp": {
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.latam-mcp]
command = "npx"
args = ["-y", "@latam-mcp/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "latam-mcp": {
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "latam-mcp": {
      "args": [
        "-y",
        "@latam-mcp/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LATAM_MCP_API_KEY (Your LATAM-MCP API key. Free tier at https://latam-mcp.com (no card).), LATAM_MCP_API_BASE (Override API base URL (defaults to https://api.latam-mcp.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Latam MCP

same job, measured the same way
Live UK Company Search
by macaroonnetwork

Search current public UK company metadata from the official Companies House Public Data API.…

local only
BNM Data Shop
by bnmbnmai

Official public-data caches sold per pull via x402/USDC on Base.

71 tools answering
NicheDB
by nichedb

Sources in, feeds out: an open, ever-growing database of real-time public data, enriched.

163 installs/wk 21 tools answering
Consulta de Multas
by mcp-dir

Look up PUBLIC vehicle and traffic data from official sources, the same information a citizen access

11 tools answering
OCDS German Procurement Search
by qune-tech

Search and match German public procurement tenders (OCDS) from your local LLM.

25 installs/wk local only
Public Tenders Es Eu
by nexus-mcp-infra

Normalized search over public-sector tenders in TED (EU official procurement notices) -- Spain + EU

1 tools answering
Tenkai MCP
by mcfredrick

Search Tenkai Daily AI news for open-source releases, papers, and tools. Updated daily.

24 installs/wk local only
Deps Dev MCP
by mrfentmen

Open source dependency metadata from Google deps.dev. No key required.

252 installs/wk local only

Latam MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Latam MCP?
Latam MCP 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 @latam-mcp/mcp.
Is Latam MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Latam MCP?
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 @latam-mcp/mcp straight from npm; nothing to host, nothing to sign up for.