Sector Pulse
Sector Pulse MCP server
Live US sector rotation for agents. Sector Pulse tracks 30 US equity sector baskets (AI data center, cloud, BTC miners, nuclear, rare earth, and 25 more), ranks them by average move every session, and records the close ranks daily since July 21, 2026. The record is never backfilled, and the basket rosters are versioned, so a backtest knows exactly what a basket held on any date.
This is a hosted (remote) server over Streamable HTTP. There is nothing to install.
Endpoint:
https://sector-pulse-omega.vercel.app/api/mcpOfficial registry:
io.github.christianhonap7-sys/sector-pulse

Tools
Tool | Key | What it returns |
| none | The live board: all 30 baskets with average move, median, breadth, and three rank bases (session, close basis, previous close). 10 calls a minute per IP. |
| required | The ticker lists behind each basket, versioned and immutable. Pass |
| required | The daily close record for a date (rank, move, breadth per sector), or 5-minute intraday rows with |
Aggregates only. No quotes, no per-ticker prices.
Setup
Claude Desktop, Cursor, and other Streamable HTTP clients:
{
"mcpServers": {
"sector-pulse": {
"url": "https://sector-pulse-omega.vercel.app/api/mcp",
"headers": { "x-api-key": "SPK-YOURKEYHERE" }
}
}
}Leave out the headers block to use get_sectors without a key.
Clients that only speak stdio:
npx -y mcp-remote https://sector-pulse-omega.vercel.app/api/mcp --header "x-api-key: SPK-YOURKEYHERE"Keys
The same key works for the REST API and the MCP server. Two ways to get one, both emailed within a minute of checkout:
Pay as you go: $10 for 2,000 calls, $25 for 6,000. One call is one credit on every tool and endpoint; credits never expire. One email at 10% left; past zero, calls return 402 with a top-up link. API only.
Founding tier: $39 a month, Sector Pulse Pro membership included, 10 founding spots, price locked for as long as you stay.
https://sector-pulse-omega.vercel.app/pricing · top up an existing key at https://sector-pulse-omega.vercel.app/topup
Rate limits
10 requests a minute per key across REST and MCP. Free get_sectors calls: 10 a minute per IP.
Terms
Educational tool, not financial advice. Derived analytics computed by Sector Pulse, a product of Apex Infra LLC. Keys are for your own applications; redistributing the feed is not permitted. Support: support@apexinfrallc.com
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/christianhonap7-sys/sector-pulse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server