Mock Documentation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mock Documentation MCP Serverfind documentation about authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server
This repository contains a FastMCP server that exposes a mocked documentation database tool.
Tool
get_documentation_from_database(document_id: str | None = None, query: str | None = None) -> dict
This tool returns mocked documentation records from a simulated database. You can request a specific document by document_id or search the mocked documentation with query.
Related MCP server: pdfdancer-mcp
Run the server
Install dependencies in the project virtual environment:
cd /Users/anupmurali/projects/MCP
.venv/bin/python -m pip install -e ./mcp-serverRun the server:
cd /Users/anupmurali/projects/MCP/mcp-server
.venv/bin/python main.pyThe MCP endpoint will be available at http://127.0.0.1:8000/mcp.
Test the tool locally
You can call the tool directly from Python for a quick smoke test:
cd /Users/anupmurali/projects/MCP/mcp-server
.venv/bin/python -c "from main import get_documentation_from_database; print(get_documentation_from_database(query='MCP'))"Notes
The server uses
fastmcpwithmcpunder the hood.The mocked database includes a few sample documentation records.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.Last updated7371MIT
- AlicenseAqualityDmaintenanceProvides access to pdfdancer documentation through search and content retrieval tools, connecting to a Docusaurus search worker to query indexed docs and retrieve markdown content.Last updated4101MIT
- AlicenseAqualityCmaintenanceEnables searching and retrieving Reflex documentation, including full-text search, code examples, error analysis, changelog, migration guides, API reference, component props, and recipes.Last updated143MIT
- Alicense-qualityDmaintenanceProvides RAG (Retrieval Augmented Generation) access to technical documentation through MCP, enabling LLMs to search and retrieve relevant documentation on-demand.Last updated4MIT
Related MCP Connectors
Query any docs site via MCP. Submit a URL, ask questions, get cited answers.
Agentic search over your Dewey document collections from any MCP-compatible client.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anupmurali05/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server