Skip to main content
Glama
Dhavaleswar

Explore MCP

by Dhavaleswar
mcp_client_check.py278 B
from fastmcp.client import Client # from fastmcp.c import asyncio url = "http://127.0.0.1:8000/mcp" client = Client(url) async def main(): async with client: await client.ping() tools = await client.list_tools() print(tools) asyncio.run(main())

Latest Blog Posts

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/Dhavaleswar/explore-mcp'

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