Skip to main content
Glama
simple.js480 B
export default async function handler(req, res) { res.setHeader('Content-Type', 'application/json') res.setHeader('Access-Control-Allow-Origin', '*') if (req.url === '/mcp') { res.status(200).json({ jsonrpc: "2.0", id: 1, result: { protocolVersion: "2024-11-05", capabilities: { tools: {} }, serverInfo: { name: "aura-mcp", version: "1.0.0" } } }) return } res.status(404).json({ error: "Not found" }) }

Latest Blog Posts

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/antidumpalways/MCP'

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