mcpbeat Sign in

Overspan MCP Server

local only

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

OpenStreetMap queries as MCP tools, served by the Overspan hosted Overpass API.

Installs per day peak 274 · avg 15
a month agotoday
508
Installs / week
npm · overspan-mcp
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Overspan 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 mcp -- npx -y overspan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "overspan-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "overspan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "overspan-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "overspan-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Overspan

same job, measured the same way
Overpass
by pipeworx-io

OpenStreetMap Overpass MCP — programmatic queries against the OSM database

34 tools answering
Openstreetmap MCP Server
by cyanheads

Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

452 installs/wk 6 tools answering
Osm Tagging Schema MCP
by gander-tools

MCP server for querying and validating OpenStreetMap tags

172 installs/wk local only
NordicMCP — Fortnox
by nordicmcp

Hosted Fortnox MCP server: ~120 tools over Fortnox API v3. OAuth2 handled by NordicMCP.

answering
Postman MCP Server
by postman

A basic MCP server to operate on the Postman API.

6 091 installs/wk answering
DuckHub QR Menu
by duck-hub

Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.

answering
Specrun
by pavelpiha

MCP server that converts OpenAPI specs into tools which can query API endpoints

local only
OpenSTAAD MCP Server
by bentleysystems

MCP server for Bentley STAAD.Pro via the OpenSTAAD API

local only

Overspan — questions

Answers built from our own checks of this server.

Why is there no uptime for Overspan?
Overspan 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 overspan-mcp was installed 508 times last week.
How do I connect Overspan?
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 overspan-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Overspan?
The npm package overspan-mcp was installed 508 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Overspan open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.