Skip to main content
Glama

Marvin MCP Server

by tsvikas
test_server.py478 B
import asyncio from marvin_mcp_server import marvin_mcp_server as mcp def test_server() -> None: """Test the MCP server.""" from fastmcp import Client client = Client(mcp) async def call_tool(): # noqa: ANN202 async with client: result = await client.call_tool("get_categories") print(result) # noqa: T201 assert result # noqa: S101 asyncio.run(call_tool()) if __name__ == "__main__": test_server()

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/tsvikas/marvin-mcp-server'

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