kpi-mcp-spike
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., "@kpi-mcp-spikePing the server to test connectivity"
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.
kpi-mcp-spike
Minimal MCP server (Streamable HTTP) for a Copilot Studio connectivity POC.
One tool: ping() -> {"ok": true, "message": "kpi-mcp-alive"}. No KPI data. Auth: None.
Run in GitHub Codespaces (primary)
pip install -r requirements.txt
python server.py # listens on 0.0.0.0:8000, endpoint /mcpThen in the PORTS tab: right-click port 8000 -> Port Visibility -> Public.
The public URL looks like https://<codespace>-8000.app.github.dev; the MCP endpoint is that + /mcp.
Verify from a second terminal:
python test_client.py https://<codespace>-8000.app.github.dev/mcp
# expect: tools: ['ping'] / ping: [... "kpi-mcp-alive" ...]Related MCP server: Echo MCP Server
Copilot Studio
Tools -> Add a tool -> Model Context Protocol.
Server URL: https://<codespace>-8000.app.github.dev/mcp (must end with /mcp). Authentication: None.
Render fallback (if the public port can't be used)
Uses app.py (ASGI object) instead of server.py.
Build command: pip install -r requirements.txt
Start command: python -m uvicorn app:app --host 0.0.0.0 --port $PORT
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
- -licenseCquality-maintenanceA simple boilerplate MCP server that provides a basic greeting tool for demonstration purposes. Serves as a starting template for developers to quickly create and deploy custom MCP servers.18
- Flicense-qualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
- FlicenseAqualityDmaintenanceMinimal MCP server that enables network connectivity testing via ping commands from VS Code Chat. Features cross-platform support and secure execution using execFile with input validation to prevent command injection.1
- Flicense-qualityDmaintenanceExample MCP server for Microsoft Copilot Studio, providing echo (repeat input 3 times) and multi (square a number) tools via Streamable HTTP.
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
A basic MCP server to operate on the Postman API.
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/drrycc0625/kpi-mcp-spike'
If you have feedback or need assistance with the MCP directory API, please join our Discord server