Skip to main content
Glama

CopilotMCP

testing_e2e_mcp.py434 B
from fastmcp import FastMCP mcp = FastMCP("TestingE2EMCP") @mcp.tool() async def e2e_billing_validation() -> dict: """Perform end-to-end billing validation.""" return {"message": "E2E billing validation completed."} @mcp.tool() async def setup_usage_account() -> dict: """Set up the usage account for metrics export.""" return {"message": "Usage account setup completed."} if __name__ == "__main__": mcp.run()

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/mehrshadshams/CopilotMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server