Mock MCP Apps 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 MCP Apps ServerGet the 5-day weather forecast for London"
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.
Mock MCP Apps Server
A local, no-auth FastAPI + FastMCP server exposing MCP over Streamable HTTP at
POST /v1/mcp, with a React 18 + Vite widget frontend built on
@modelcontextprotocol/ext-apps.
Two mocked tools:
get_weather_forecast— returns a mocked 5-day forecast and renders an interactive widget.list_supported_cities— plain text list of mocked cities (no widget).
No auth of any kind. Intended for local development and testing against MCP hosts
(ChatGPT dev mode, Claude, MCP Inspector) via a tunnel like ngrok.
Quickstart
poetry install
cd app/web && npm install && npm run build && cd ../..
./start_mcp.shThis starts:
Port | What |
8000 | FastAPI + MCP ( |
4444 | Static widget assets (CORS-enabled) |
To expose it to a remote MCP host:
ngrok http 8000Then add https://<your-ngrok-domain>/v1/mcp as a custom connector in the host.
Related MCP server: weather mcp
Smoke test
curl -s http://localhost:8000/health
curl -s -X POST http://localhost:8000/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'See docs/MOCK_MCP_APP_RECREATION_GUIDE.md for the full spec this project implements.
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 Connectors
AI-native mock API server with MCP. Create REST/SOAP mocks from Claude, Cursor, or Windsurf.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.23
- FlicenseNot gradedqualityDmaintenanceA lightweight Model Context Protocol (MCP) server that gives AI assistants the ability to fetch real-time weather data for any city using the OpenWeatherMap API.1
- FlicenseNot gradedqualityDmaintenanceLocal MCP server that exposes fixed tools for GPT, Claude, and Gemini while routing to any OpenAI-compatible chat completions backend with independent configuration per target.1
- AlicenseNot gradedqualityCmaintenanceA no-API-key-required MCP server that wraps Open-Meteo APIs to provide geocoding and weather forecast data, enabling city lookups and multi-day forecasts through tools, resources, and prompts.MIT
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/dganesh5/weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server