We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dsouza-anush/exa-mcp-server-heroku'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Configuration for API
export const API_CONFIG = {
BASE_URL: 'https://api.exa.ai',
ENDPOINTS: {
SEARCH: '/search',
RESEARCH_TASKS: '/research/v0/tasks'
},
DEFAULT_NUM_RESULTS: 5,
DEFAULT_MAX_CHARACTERS: 3000
} as const;