Skip to main content
Glama

MCPilot

by Xiawpohr
index.ts412 B
import { FastMCP } from "fastmcp"; import { registerVerifyContractTools } from "./tools/index.js"; const server = new FastMCP({ name: "Celo", version: "1.0.0", }); registerVerifyContractTools(server); async function main() { try { await server.start({ transportType: "stdio", }); } catch (error) { console.error("Error starting server:", error); process.exit(1); } } 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/Xiawpohr/mcpilot'

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