OpenStreetMap MCP Server

Created By
NERVsystemsa year ago
OpenStreetMap MCP server providing precision geospatial tools for LLMs via Model Context Protocol. Features geocoding, routing, nearby places, neighborhood analysis, EV charging stations, and more.
Overview

What is OpenStreetMap MCP Server?

OpenStreetMap MCP Server is a geospatial tool that provides precision geospatial capabilities for large language models (LLMs) via the Model Context Protocol. It allows users to interact with OpenStreetMap data for various applications.

How to use OpenStreetMap MCP Server?

To use the server, you can either download the pre-built binaries or build it from source using Go. Once set up, you can run the server and integrate it with compatible clients like Claude Desktop Client.

Key features of OpenStreetMap MCP Server?

  • Geocoding and reverse geocoding capabilities
  • Finding nearby points of interest and EV charging stations
  • Route directions and analysis of commute options
  • Neighborhood livability analysis
  • Composable tool design for complex workflows

Use cases of OpenStreetMap MCP Server?

  1. Finding optimal meeting points for groups.
  2. Analyzing transportation options between home and work.
  3. Exploring areas for real estate decisions.
  4. Locating EV charging stations along a route.

FAQ from OpenStreetMap MCP Server?

  • What programming language is used?

    The server is built using Go.

  • Is there an API key required?

    No API keys are required, but usage policies apply.

  • Can it be used for real-time applications?

    Yes, it is designed for high performance and can be integrated into real-time applications.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
NERVsystems
Star
1
Language
Go
License
MIT license

Recommend Servers

View All
Socialcrawl Mcp
@Ridio

`socialcrawl-mcp` is an MCP server that connects AI agents to the [SocialCrawl API](https://socialcrawl.dev) — a unified social media data API covering 21 platforms and 108 endpoints. Retrieve profiles, posts, comments, search results, trending content, and analytics from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Reddit, and 15 more platforms. One API key, one consistent response format, every platform. **What the MCP server does:** - Discovers available platforms and endpoints dynamically - Fetches live social media data on your behalf - Validates requests locally before making API calls (saves credits) - Provides built-in API documentation the agent can query on demand ## Installation ### Claude Code (quickest) ```bash claude mcp add --scope user socialcrawl -- npx -y socialcrawl-mcp ``` Then set your API key: ```bash claude mcp add-env socialcrawl SOCIALCRAWL_API_KEY sc_your_key_here ``` ### Claude Desktop Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows): ## Setup ### 1. Get your API key Sign up at [socialcrawl.dev](https://socialcrawl.dev) and grab your API key from the dashboard. Every account starts with **100 free credits** — no credit card required. ### 2. Add the key to your config Replace `sc_your_key_here` in the installation config above with your actual API key (starts with `sc_`). > [!TIP] > You can also set `SOCIALCRAWL_API_KEY` as a system environment variable instead of putting it in the MCP config. The discovery and documentation tools work even without a key — only actual API requests need one. ## Usage Ask your AI agent in natural language. The MCP server handles the rest.

2 days ago
Toflow.ai

9 hours ago
Kamy

20 hours ago
Valuein MCP Server - US SEC Financial Data
@valuein

Institutional-grade SEC financial data for AI agents — in one line of config. Connect Claude, Cursor, ChatGPT, Codex, or any MCP-compatible client to 35 years of SEC EDGAR data (1990–today, 16,000+ US companies, 100M+ financial facts) and let your agent do the analysis. MCP Server URL: https://mcp.valuein.biz/mcp What your agent can do Look up any US public company — tickers, CIKs, sectors, S&P 500 membership Pull fundamentals — income statement, balance sheet, cash flow, annual or quarterly Read financial ratios — margins, ROIC, leverage, turnover, cash conversion Compare to peers — automated peer selection + side-by-side ratios Link straight to the source filing — 10-K, 10-Q, 8-K URLs from SEC EDGAR Audit capital allocation — buybacks, dividends, capex, M&A history Screen the market — factor screens, earnings signals, quality filters Run point-in-time backtests — survivorship-free historical universes, no look-ahead bias Verify every number — trace any fact back to the exact filing and line item Search filing text — semantic search across Risk Factors, MD&A, and footnotes Stream bulk data — signed R2 URLs for DuckDB / Pandas workflows (Pro+) 15 tools + 8 built-in analyst/quant/PM playbooks ("Margin & Moat Teardown", "Peer Benchmarking Memo", "Survivorship-Free Backtest", and more). Built for Analysts & PMs running earnings reviews, forensic tear-downs, and peer benchmarking without leaving their AI assistant Quants building PIT factor models and survivorship-free backtests Developers shipping agentic financial products without licensing a data vendor Financial content creators pulling live SEC data into research workflows One token. Every distribution channel. The same Bearer unlocks the Python SDK, Excel Power Query, REST API, and this MCP server. Subscribe once, use everywhere. For more information visit our documentation: https://valuein.biz/mcp

a day ago
Memtrace
@syncable-dev

Memtrace — Structural Memory for AI Coding Agents The Problem Every AI coding agent — Claude Code, Cursor, Codex, Copilot — starts each turn completely blank. It re-reads raw source files and re-derives the full call graph, type hierarchy, and import tree from scratch on every single invocation. That structural rework burns 60–90% of the context window before any real reasoning begins. Less than 5% of tokens in a typical agentic coding session contribute genuine new intelligence. The rest is expensive, redundant noise — and it compounds: accuracy drops 40% as sessions grow, stale context crowds out signal, and summaries strip out the structural relationships agents need most. The Solution Memtrace is a bi-temporal structural memory layer that turns your codebase into a live, queryable knowledge graph — compiled from the AST, not guessed from embeddings. Every function, class, interface, and API endpoint becomes a typed node with deterministic relationships. Every file save becomes a queryable episode with timestamps, so agents can reason about structure, detect regressions, and time-travel through their own work without re-reading anything. One Rust binary. Zero configuration. Five-minute install. What agents can do with it Find callers, callees, and dependencies instantly — no file scanning, no token waste Compute blast radius before making a change — know exactly what breaks before anything is touched Detect structural drift between sessions — catch regressions the moment they happen, not at PR review Time-travel through code evolution — query any prior state of any symbol, not just git commits Search across the full codebase with hybrid retrieval — BM25 full-text + HNSW vector + graph traversal fused in one query Map API topology across services — cross-repo HTTP call graphs, dependency chains, dead endpoint detection Benefits −90% token cost on structural queries (Mem0) +26% accuracy on multi-step agentic tasks (Mem0) −91% p95 latency on structural lookups vs. RAG baselines +32.8% SWE-bench bug-fix success rate when agents have graph context (RepoGraph) 200–800ms per-save re-indexing — every file save is a queryable episode in under a second 40+ MCP tools covering indexing, search, relationships, impact analysis, temporal evolution, API topology, graph algorithms, and direct Cypher queries 12 languages + 3 IaC formats supported via Tree-sitter grammars Local-first, closed-source Rust — code never leaves the machine, no account required, no telemetry

a day ago