Skip to main content
Glama

Vybe Virtual Try-On MCP Server

by arnabgho
mcp_client_test.py222 B
from fastmcp import Client import asyncio async def main(): async with Client("http://0.0.0.0:8000/mcp/", auth="oauth") as client: assert await client.ping() if __name__ == "__main__": 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/arnabgho/mcp-vybe'

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