# amitte/mongodb-tools

> Read-only MongoDB surface — list_collections, find with explicit limit, get_indexes, get_schema (sampled). No writes.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/mongodb-tools

## Tags

- **Capabilities:** collections-list, find, indexes-get, schema-infer
- **Domains:** databases, nosql

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `mongodb-tools` → https://mcp.amitte.com/v1/mongodb-tools/sse — Remote MCP server fronting a MongoDB cluster via a registry-managed read-only role. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_collections` — Read-only. List collections in a database; returns name, type, and document count estimate.
  - tool: `find` — Read-only. Run a `find` with filter + projection + sort. Hard cap of 200 documents per call.
  - tool: `get_indexes` — Read-only. Return the indexes on a collection (`listIndexes`).
  - tool: `get_schema` — Read-only. Sample N documents and infer a JSON-schema-flavoured summary of fields and types.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/mongodb-tools" } }`
- Install via CLI: `amitte install amitte/mongodb-tools`
- HTML page: https://amitte.com/s/amitte/mongodb-tools

Last updated: 2026-06-08T16:54:53.771Z