spate_api
Spate operates a live, remote Model Context Protocol server at https://api.spate.nyc/mcp that exposes its consumer trend intelligence — the Spate popularity index, TikTok and Reddit time series, category taxonomy and affinity-group relationships — as four MCP tools. The server answers anonymous `initialize` and `tools/list` calls, so the real tool set and its JSON Schema input contracts are publicly readable, but every `tools/call` is rejected with JSON-RPC error -32001 "Missing Authorization: Bearer token" until an OAuth 2.1 access token is presented. Spate publishes no OpenAPI, no GraphQL schema and no public reference for this surface; the tool manifest captured here IS the machine-readable contract.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
top_trends— Pulls the most popular trends for a category in a given region, for a give data source.time_series— Fetch timeseries data for an item.top_related_trends— Fetch related cat5 categories ranked by popularity index.find_category— Find matching SPATE categories by category name.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.