os-mcp

os-mcp

3.3

If you are the rightful owner of os-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Python-based MCP server that provides access to the Ordnance Survey APIs, supporting both STDIO and HTTP (streamable) modes.

The Ordnance Survey MCP Server is a Python-based service that acts as a bridge between MCP clients and OS DataHub APIs, facilitating easy access to national geographic data through a standardized protocol. It supports two operational modes: STDIO, which is ideal for local tool integration like Claude Desktop, and HTTP (streamable), suitable for web clients and large dataset streaming. The server structure includes components for API service, MCP service, middleware, prompt templates, and utility functions, ensuring efficient handling of authentication, request formatting, response processing, and error management. The server is designed to manage collections, perform feature searches, retrieve individual features, and handle bulk operations, making it a versatile tool for geographic data management.

Features

  • Collection management (listing and querying collections)
  • Feature search with spatial and attribute filters
  • Individual feature retrieval by ID
  • Linked identifier operations
  • Bulk feature operations