Skip to main content
Glama
pipeworx-io

mcp-stocktwits

by pipeworx-io

@pipeworx/stocktwits

StockTwits MCP — stock-focused social sentiment. Keyless read endpoints, 200 req/hr per IP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • symbol_stream(symbol, since?, max?, limit?, filter?) — messages mentioning a ticker

  • user_stream(user_id, since?, max?, limit?) — messages from a user

  • trending_symbols(limit?) — top trending tickers

  • trending_messages(limit?) — trending messages

  • suggested_symbols(limit?) — editorial suggested

  • symbol_search(q, limit?) — symbol search

  • chart_data(symbol, period?) — sparkline data for a ticker

  • watchlists(user_id) — user's watchlists

  • watchlist(watchlist_id, since?, max?, limit?) — messages from a watchlist

Related MCP server: FinanceExpert

Notes

StockTwits public read endpoints are keyless but rate-limited (200/hr/IP). The gateway egress IP is shared so heavy use may be throttled; the upstream returns 429 in that case and this pack surfaces it cleanly.

Data source

https://api.stocktwits.com/api/2

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "stocktwits": {
      "url": "https://gateway.pipeworx.io/stocktwits/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Stocktwits data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time stock market data through Yahoo Finance without requiring an API key. Get quotes, historical data, company information, financial statements, and ticker search capabilities.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to real-time and historical market data including stocks, ETFs, forex, and cryptocurrencies, with support for time series, quotes, dividends, splits, and earnings.
    MIT

View all related MCP servers

Related MCP Connectors

  • Access SEC filings, insider transactions, and financial data via the ShareSEER API.

  • SEC EDGAR for AI agents: company filings, financials and insider trades. No API keys.

  • The stock market, in SQL — scan, replay, or subscribe across ~12k US tickers and top 100 cryptos.

View all MCP Connectors

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/pipeworx-io/mcp-stocktwits'

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