Skip to main content
Glama

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.

Sector Pulse MCP

Tools

Tool

Key

What it returns

get_sectors

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.

get_roster

required

The ticker lists behind each basket, versioned and immutable. Pass version for an archived roster.

get_history

required

The daily close record for a date (rank, move, breadth per sector), or 5-minute intraday rows with intraday: true. Daily from 2026-07-21, intraday from 2026-08-19.

Aggregates only. No quotes, no per-ticker prices.

Related MCP server: toolstem-sec-mcp-server

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Real-time financial market data MCP server. Stocks, crypto, technicals, sentiment, FDA calendar. No API keys required.
    -
  • A
    license
    A
    quality
    B
    maintenance
    MCP server providing SEC EDGAR signal intelligence — insider trading (Form 4), 13F holdings, filing velocity, activist risk flags, and multi-company comparisons. Already on the official MCP Registry, awesome-mcp-servers (PR #5664 pending), and Apify Store with three-tier pay-per-event pricing. MIT license, TypeScript, comprehensive README.
    5
    27
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Hosted MCP server that gives AI agents real-time access to SEC EDGAR filings search, 10-K/8-K reading, XBRL financial facts, and insider-trade (Form 4) alerts.
    25
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server exposing a registry of paper-backed quantitative trading methods plus a deterministic, no-LLM decision helper for reproducible trading research.
    13
    MIT

Latest Blog Posts

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