Skip to main content
Glama

News Aggregator API

api.config.ts411 B
/** * Configuration for external APIs */ export const newsApiConfig = { baseUrl: 'https://api.thenewsapi.com/v1', endpoints: { top: '/news/top', all: '/news/all', similar: '/news/similar/{uuid}', uuid: '/news/uuid/{uuid}', sources: '/news/sources' }, // In a production environment, this should be loaded from environment variables apiToken: process.env.NEWS_API_TOKEN || '' };

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/Malachi-devel/the-news-api-mcp-server'

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