Skip to main content
Glama

Puch AI MCP Starter

by DevReev
test.py429 B
import asyncio from fastmcp import Client async def main(): url = "http://localhost:8086/mcp/" auth_token = "bobbyistoocute2007" # if needed async with Client(url, auth=auth_token) as client: tools = await client.list_tools() print("Available tools:", tools) result = await client.call_tool("greet", {"name": "FastMCP User"}) print("Greet result:", result.data) asyncio.run(main())

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/DevReev/mew__mcp'

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