AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified BSD-2-Clause Self-run

Mcp Server Typescript

mcp-stockpulse-ai-mcp-server-typescript · by stockpulse-ai

Model Context Protocol (MCP) server for the Stockpulse API

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add mcp-stockpulse-ai-mcp-server-typescript

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-stockpulse-ai-mcp-server-typescript)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Server Typescript? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Stockpulse MCP Server

Easily connect real-time financial sentiment from Stockpulse.AI to your apps, bots, and AI tools using the Model Context Protocol (MCP). This server delivers fast, context-aware access to Stockpulse’s powerful data — no scraping or complex setup needed.

Stockpulse.AI

Stockpulse.AI uses AI to analyze global financial chatter and news from platforms like X, Reddit, YouTube, and more — turning noise into actionable insight. 🚀

Why should I use this?

🚀 Plug & play social sentiment - Get instant access to real-time social media buzz from X, Reddit, TikTok & more — no scraping, no hassle. Ideal for chatbots, trading tools & AI apps. Learn more »

🧠 AI-ready & LLM-friendly - Easily connect Stockpulse’s insights to your assistants or LLMs — perfect for building smarter, context-aware tools. Use cases »

📊 Detect hype, avoid traps - Identify suspicious spikes, pump & dump activity, or insider patterns early — essential for surveillance & compliance teams. See how »

📈 Over 10 years of data - Use our rich historical sentiment data for backtesting, analytics, and predictive modeling. Data insights »

⚙️ Enterprise-grade, dev-friendly - Scalable, fast, and secure — trusted by major players like Deutsche Börse, Moody’s, and Refinitiv. Built for performance and reliability. About us »

Prerequisites

Installation

For Claude Desktop Users

To get started, open the Claude menu on your computer and select “Settings…”. Click on “Developer” in the left-hand bar of the Settings pane, and then click on “Edit Config”.

This will display the configuration file in your file system located at:

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Open the configuration file in a text editor. Replace the contents of the file with this:

{
  "mcpServers": {
    "stockpulse-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@stockpulse-ai/mcp-server"
      ],
      "env": {
        "STOCKPULSE_API_USER": "your-stockpulse-login",
        "STOCKPULSE_API_PASSWORD": "your-stockpulse-password"
      }
    }
  }
}

Make sure to fill in your credentials:

  • Find where it says "your-stockpulse-login" and carefully type in your Stockpulse login name instead. Make sure to keep the quotation marks (") around what you type!
  • Find where it says "your-stockpulse-password" and carefully type in your Stockpulse password instead. Again, make sure to keep the quotation marks (") around your password!

So, if your login was myuser and your password was mypass123, that part would look like this:

        "STOCKPULSE_API_USER": "myuser",
        "STOCKPULSE_API_PASSWORD": "mypass123"

This is what it should look like on Windows:

You will also need Node.js on your computer for this to run properly. To check if Node is installed, open the command line on your computer.

On macOS, open the Terminal from your Applications folder On Windows, press Windows + R, type “cmd”, and press Enter Once in the command line, verify you have Node installed by entering in the following command:

node --version

If you get an error saying “command not found” or “node is not recognized”, go to nodejs.org and download Node.

After updating your configuration file, you need to restart Claude for Desktop. Make sure to exit Claude for Desktop completely.

When you restart, you should see a slider icon in the bottom left corner of the input box:

MCP Integration

This server utilizes the @modelcontextprotocol/sdk library to implement the MCP. This allows for standardized communication with MCP-compatible clients.

Stockpulse API Interaction

The server interacts with the Stockpulse API to retrieve financial data. Key functionalities include:

  • Fetching news articles.
  • Analyzing social media sentiment.
  • Retrieving financial data for specific tickers.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.