
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@stockpulse-ai/mcp-server
Advanced tools
Model Context Protocol (MCP) server for the Stockpulse API
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 uses AI to analyze global financial chatter and news from platforms like X, Reddit, YouTube, and more — turning noise into actionable insight. 🚀
🚀 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 »
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:
%APPDATA%\Claude\claude_desktop_config.json
~/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:
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:
This server utilizes the @modelcontextprotocol/sdk
library to implement the MCP. This allows for standardized communication with MCP-compatible clients.
The server interacts with the Stockpulse API to retrieve financial data. Key functionalities include:
FAQs
Model Context Protocol (MCP) server for the Stockpulse API
The npm package @stockpulse-ai/mcp-server receives a total of 11 weekly downloads. As such, @stockpulse-ai/mcp-server popularity was classified as not popular.
We found that @stockpulse-ai/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.