{
  "markdown": "# Remote MCP server\n\nHosted MCP at `https://api.trendsapi.ai/mcp`. Same three operations and catalogs as REST. Token: [trendsapi.ai/#get-key](https://trendsapi.ai/#get-key).\n\nREST contract: [trendsapi-ai/trendsapi](https://github.com/trendsapi-ai/trendsapi).\n\n[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-HTTP-blueviolet.svg)](https://modelcontextprotocol.io)\n\n## Tools\n\n| MCP tool | REST `mode` | Required | Returns |\n|---|---|---|---|\n| `get_trends` | `get_time_series` | `source`, `keyword` | Weekly history |\n| `get_growth` | `get_growth` | `source`, `keyword` | Percent change |\n| `get_top_trends` | `get_top_trends` | `type` | Live ranked feed |\n\nSources, feeds, and keyword formats: [hub keyword sources](https://github.com/trendsapi-ai/trendsapi#keyword-sources) and [live feeds](https://github.com/trendsapi-ai/trendsapi#live-feeds).\n\n`app downloads` / `app rankings` still need an Android bundle ID (`com.openai.chatgpt`).\n\n## Cursor\n\n`~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"trend-feeds\": {\n      \"url\": \"https://api.trendsapi.ai/mcp\",\n      \"transport\": \"http\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_TOKEN\" }\n    }\n  }\n}\n```\n\n## VS Code\n\n`.vscode/mcp.json`:\n\n```json\n{\n  \"servers\": {\n    \"trend-feeds\": {\n      \"type\": \"http\",\n      \"url\": \"https://api.trendsapi.ai/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer YOUR_TOKEN\" }\n    }\n  }\n}\n```\n\n## Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"trend-feeds\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://api.trendsapi.ai/mcp\", \"--header\", \"Authorization:${AUTH_HEADER}\"],\n      \"env\": { \"AUTH_HEADER\": \"Bearer YOUR_TOKEN\" }\n    }\n  }\n}\n```\n\nClaude.ai: Settings → Connectors → Add custom connector → `https://api.trendsapi.ai/mcp`.\n\nNo local production server in this repo.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n",
  "bytes": 1907,
  "sha": "65515fd209a4d64a0fdc0d70d2f3f2b0bd42c1b44dedb7ff02596a516b3e8e6f",
  "repo_slug": "trendsapi-ai/trends-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_trendsapi_spotify_88cfc0fa/readme"
}