mcp-propertium-server
MCP Propertium Server is a RestAPI + MCP server designed for handling OSM and Propertium data.
The MCP Propertium Server is a robust platform that integrates RestAPI and MCP technologies to manage and process OpenStreetMap (OSM) and Propertium data. It leverages OpenAI for advanced text processing and PDF analysis, making it a versatile tool for geographic and spatial data management. The server uses SQLAlchemy and Pydantic for efficient database modeling and validation, while PostgreSQL with PostGIS is employed for spatial data storage. The Planet Polygons API is a key feature, providing comprehensive geographic data management capabilities. The server is designed to be easily deployable using Docker and Docker Compose, and it supports Python 3.12+ for development.
Features
- OpenAI integration for text processing and PDF analysis
- SQLAlchemy + Pydantic for database models and validation
- PostgreSQL with PostGIS for spatial data storage
- Planet Polygons API for geographic data
Usage with Different Platforms
docker_compose
bash
docker-compose up -d
development_setup
bash
# Install dependencies
uv sync
source .venv/bin/activate
uv run fastapi dev --app propertium.main:app ./src/propertium/main.py
Related MCP Servers
View all research_and_data servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
arxiv-mcp-server
by blazickjp
The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP).
sitemcp
by ryoppippi
SiteMCP is a tool that fetches an entire site and uses it as a Model Context Protocol (MCP) Server.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
mcp-compass
by liuyoshio
MCP Compass is a discovery and recommendation service for exploring Model Context Protocol servers using natural language queries.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.