resQ MCP Server
A Model Context Protocol server for the resQ emergency response system that integrates with digital twin simulations and coordination engines. It allows users to trigger simulations, generate deployment strategies, and monitor real-time drone status for incident response analysis.
README
<!-- Copyright 2026 ResQ
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
resQ MCP Server
A Staff+ engineered Model Context Protocol (MCP) server for the resQ emergency response system. Integrates with Digital Twin Simulations (DTSOP) and Hybrid Coordination Engine (HCE).
Features
- Tools: Trigger simulations, Get deployment strategies, Validate incidents.
- Resources: Real-time drone status (
resq://drones/active), Simulation monitoring (resq://simulations/{id}). - Prompts: Standardized incident response analysis.
- Async Notifications: Subscriptions for long-running simulation jobs.
- Security: Mock Bearer token auth, Pydantic validation.
Development
Prerequisites
- Python 3.11+
uvorpip
Setup
cd packages/python/mcp
pip install -e .
Running Locally (STDIO)
Ideal for testing with Claude Desktop or MCP Inspector.
# Set env var if needed, or rely on defaults
python -m resq_mcp.server
Running Locally (SSE / HTTP)
# Starts SSE server on port 8000
python -m resq_mcp.server --transport sse --port 8000
Note: FastMCP CLI args might vary slightly depending on version.
Configuration
See .env.example or src/resq_mcp/config.py.
RESQ_API_KEY: Bearer token for auth (default:resq-dev-token).RESQ_SAFE_MODE: Disable side-effects (default:True).
Deployment
Dockerized for Kubernetes.
docker build -t resq-mcp .
kubectl apply -f deployment/k8s.yaml
Security
See SECURITY.md for threat model and details.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.