Skip to main content

DocumentDB MCP Server & A2A Server. DocumentDB is a MongoDB compatible open source document database built on PostgreSQL.

Project description

DocumentDB - A2A & MCP Server

PyPI - Version PyPI - Downloads GitHub Repo stars GitHub forks GitHub contributors PyPI - License GitHub

GitHub last commit (by committer) GitHub pull requests GitHub closed pull requests GitHub issues

GitHub top language GitHub language count GitHub repo size GitHub repo file count (file type) PyPI - Wheel PyPI - Implementation

Version: 0.0.3

DocumentDB + MCP Server + A2A

A FastMCP server and A2A (Agent-to-Agent) agent for DocumentDB. DocumentDB is a MongoDB-compatible open source document database built on PostgreSQL.

This package provides:

  1. MCP Server: Exposes DocumentDB functionality (CRUD, Administration) as tools for LLMs.
  2. A2A Agent: A specialized agent that uses these tools to help users manage their database.

Features

  • CRUD Operations: Insert, Find, Update, Replace, Delete, Count, Distinct, Aggregate.
  • Collection Management: Create, Drop, List, Rename collections.
  • User Management: Create, Update, Drop users.
  • Direct Commands: Run raw database commands.

MCP CLI

Short Flag Long Flag Description
-h --help Display help information
-t --transport Transport method: 'stdio', 'http', or 'sse' [legacy] (default: stdio)
-s --host Host address for HTTP transport (default: 0.0.0.0)
-p --port Port number for HTTP transport (default: 8000)
--auth-type Authentication type: 'none', 'static', 'jwt', 'oauth-proxy', 'oidc-proxy', 'remote-oauth' (default: none)
--token-jwks-uri JWKS URI for JWT verification
--token-issuer Issuer for JWT verification
--token-audience Audience for JWT verification
--token-algorithm JWT signing algorithm (e.g., HS256, RS256). Required for HMAC or static keys. Auto-detected for JWKS.
--token-secret Shared secret for HMAC (HS*) verification. Used with --token-algorithm.
--token-public-key Path to PEM public key file or inline PEM string for static asymmetric verification.
--required-scopes Comma-separated required scopes (e.g., documentdb.read,documentdb.write). Enforced by JWTVerifier.
--oauth-upstream-auth-endpoint Upstream authorization endpoint for OAuth Proxy
--oauth-upstream-token-endpoint Upstream token endpoint for OAuth Proxy
--oauth-upstream-client-id Upstream client ID for OAuth Proxy
--oauth-upstream-client-secret Upstream client secret for OAuth Proxy
--oauth-base-url Base URL for OAuth Proxy
--oidc-config-url OIDC configuration URL
--oidc-client-id OIDC client ID
--oidc-client-secret OIDC client secret
--oidc-base-url Base URL for OIDC Proxy
--remote-auth-servers Comma-separated list of authorization servers for Remote OAuth
--remote-base-url Base URL for Remote OAuth
--allowed-client-redirect-uris Comma-separated list of allowed client redirect URIs
--eunomia-type Eunomia authorization type: 'none', 'embedded', 'remote' (default: none)
--eunomia-policy-file Policy file for embedded Eunomia (default: mcp_policies.json)
--eunomia-remote-url URL for remote Eunomia server
--enable-delegation Enable OIDC token delegation to (default: False)
--audience Audience for the delegated token
--delegated-scopes Scopes for the delegated token (space-separated)
--openapi-file Path to OpenAPI JSON spec to import tools/resources from
--openapi-base-url Base URL for the OpenAPI client (defaults to instance URL)

A2A CLI

Short Flag Long Flag Description
-h --help Display help information
--host Host to bind the server to (default: 0.0.0.0)
--port Port to bind the server to (default: 9000)
--reload Enable auto-reload
--provider LLM Provider: 'openai', 'anthropic', 'google', 'huggingface'
--model-id LLM Model ID (default: qwen3:4b)
--base-url LLM Base URL (for OpenAI compatible providers)
--api-key LLM API Key
--mcp-url MCP Server URL (default: http://localhost:8000/mcp)

Installation

pip install documentdb-mcp

Usage

1. DocumentDB MCP Server

The MCP server connects to your DocumentDB (or MongoDB) instance.

Environment Variables:

  • MONGODB_URI: Connection string (e.g., mongodb://localhost:27017/).
  • Alternatively: MONGODB_HOST (default: localhost) and MONGODB_PORT (default: 27017).

Running the Server:

# Stdio mode (default)
documentdb-mcp

# HTTP mode
documentdb-mcp --transport http --port 8000

2. DocumentDB A2A Agent

The A2A agent connects to the MCP server to perform tasks.

Environment Variables:

  • OPENAI_API_KEY / ANTHROPIC_API_KEY: API key for your chosen LLM provider.
  • OPENAI_BASE_URL: (Optional) Base URL for OpenAI-compatible providers (e.g. Ollama).

Running the Agent:

# Start Agent Server (Default: OpenAI/Ollama)
documentdb-a2a

# Custom Configuration
documentdb-a2a --provider anthropic --model-id claude-3-5-sonnet-20240620 --mcp-url http://localhost:8000/mcp

Docker Utils

To run with Docker using the provided Dockerfile:

docker build -t documentdb-mcp .
docker run -e MONGODB_URI=mongodb://host.docker.internal:27017/ -p 8000:8000 documentdb-mcp

Development

# Install dependencies
pip install -e ".[dev]"

# Run tests or verification
python -m build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

documentdb_mcp-0.0.3.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

documentdb_mcp-0.0.3-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file documentdb_mcp-0.0.3.tar.gz.

File metadata

  • Download URL: documentdb_mcp-0.0.3.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for documentdb_mcp-0.0.3.tar.gz
Algorithm Hash digest
SHA256 2b1ff6864f1bb3374bdefc6961a4093be0b75b053a081f1f951181bfd29ebcf9
MD5 3ec5285fbe7cf66f848b9e2cfd0b08c4
BLAKE2b-256 75abc451dba9e443231dfe74a95a283dfac298d9bdec4a09493c8e475db2c1d8

See more details on using hashes here.

File details

Details for the file documentdb_mcp-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: documentdb_mcp-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for documentdb_mcp-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8c5757b248bcaac0fddf7c39106e1c0b2dcfd052fc6d06165397457afcb63c24
MD5 7556886c8c73fd91b8c8269bd0b668fe
BLAKE2b-256 e8145ce86b27d667337941f09c784fa993a8d2baccb8e64b0b4a9807d771c923

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page