Skip to main content
Glama

OAuth MCP Server

by jaysunmah
client.py262 B
import asyncio from fastmcp import Client client = Client("http://localhost:8000/sse") async def call_tool(name: str): async with client: result = await client.call_tool("greet", {"name": name}) print(result) asyncio.run(call_tool("Ford"))

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/jaysunmah/oauth_mcp'

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