1. Conduid
  2. Developer Tools
  3. Typescript
MCP server · Developer Tools

Typescript

Model Context Protocol (MCP) server for the Stockpulse API

Unclaimed BSD-2-Clause last commit a year ago devtools
49Fair

Scored 2 days ago · breakdown

About Typescript

Typescript is an MCP server published by stockpulse-ai in the Developer Tools category: model Context Protocol (MCP) server for the Stockpulse API. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-typescript

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Typescript

Powered by Claude · Grounded in docs

I know everything about Typescript. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.31.0.3 · 8 Jul 2025What's Changed Fix badges by @mstrucken in https://github.com/stockpulse-ai/mcp-server-typescript/pull/2 Add more keywords by @mstrucken in https://github.com/stockpulse-ai/mcp-server-typescript/pull/1 Improve installation guide by…
v1.0.21.0.2 · 4 Jul 2025Fix package name

README

Stockpulse MCP Server NPM Version ISC licensed

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.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Typescript

How do I install Typescript?

Run npx mcp-server-typescript, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Typescript safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Typescript still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.