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.
Latest Blog Posts
- 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