PluginBench
MCP Server

io.github.toolstem/toolstem-mcp-server MCP Server

io.github.toolstem/toolstem-mcp-server

What is the io.github.toolstem/toolstem-mcp-server MCP server?

Financial intelligence MCP for AI agents — DCF, ratios, comparisons. Pre-computed signals.

How to install io.github.toolstem/toolstem-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FMP_API_KEY
    required
    secret

    Financial Modeling Prep API key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toolstem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "toolstem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "toolstem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "toolstem-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "toolstem-mcp-server"
      ],
      "env": {
        "FMP_API_KEY": "<YOUR_FMP_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add toolstem-mcp-server --env FMP_API_KEY=<YOUR_FMP_API_KEY> -- npx -y toolstem-mcp-server

Related MCP servers

SEC filing MCP for AI agents — insider signals, 13F flow, material events. Pre-computed.

View repository →