Skip to main content
Glama

MCP Evolution API

by aiteks-ltda
index.tsx323 B
// index.tsx (Bun v1.3 runtime) import { Hono } from "hono@4"; import { cors } from "hono/cors"; const app = new Hono(); app.use("/*", cors()); app.get("/", (c) => c.text("Hello world!")); app.get("/api/health", (c) => c.json({ status: "ok" })); Bun.serve({ port: import.meta.env.PORT ?? 3000, fetch: app.fetch, });

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/aiteks-ltda/mcp-evolution-whatsapp-api'

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