Skip to main content
The official CAS Parser MCP server provides all API endpoints as tools for AI agents. Built on the Model Context Protocol standard.

Installation

Or use directly via npx (no install required):

Configuration

Claude Desktop

Add to ~/.claude.json:
Or via CLI:

Cursor

Add to Cursor Settings → Tools & MCP → mcp.json:

Windsurf

  1. Open Windsurf Settings
  2. Navigate to Cascade → MCP
  3. Click Add Server
  4. Enter:
    • Name: cas_parser_node_mcp
    • Type: command
    • Command: npx -y cas-parser-node-mcp@latest
    • Environment: CAS_PARSER_API_KEY=your-api-key

VS Code

Add to your VS Code MCP settings:

Remote Server (Streamable HTTP)

If you prefer not to install the npm package locally:

Available Tools

The MCP server exposes all CAS Parser API endpoints as tools:

Code Mode

The MCP server includes Code Mode — agents can write TypeScript SDK code that runs in a sandboxed environment:

Doc Search Tool

The server includes a documentation search tool that lets agents query CAS Parser docs:

Example Prompts

Once configured, you can ask your AI agent:
  • “Parse this CAS PDF and show me my portfolio summary”
  • “What are my top holdings by value?”
  • “Check my CAS Parser credit balance”
  • “Import my latest CAS from Gmail”
  • “Fetch my CDSL holdings using OTP”

Sandbox Testing

Use the sandbox API key for testing:
The sandbox returns sample data without consuming credits.

Troubleshooting

NPM Package

View on npm registry

Agent Toolkit

Templates and examples