Skip to main content
Glama

Paper MCP Server

by paperinvest

Paper MCP Server

Official Model Context Protocol (MCP) server for Paper's trading platform. This enables AI assistants like Claude to interact with Paper's API using natural language.

Installation

This package is automatically installed when you configure Claude Desktop. No manual installation is required.

Configuration

Add this to your Claude Desktop configuration file:

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

{ "mcpServers": { "paper-invest": { "command": "npx", "args": ["@paperinvest/mcp-server"], "env": { "PAPER_INVEST_API_KEY": "your-api-key-here" } } } }

Getting Started

  1. Sign up at app.paperinvest.io
  2. Generate an API key from your account settings
  3. Add the configuration above with your API key
  4. Restart Claude Desktop

Available Tools

The MCP server provides access to:

  • Account Management: Create and manage trading accounts
  • Portfolio Operations: View and manage portfolios
  • Trading: Place, modify, and cancel orders
  • Market Data: Get real-time quotes and market information
  • Positions: View current holdings and P&L
  • Activity Tracking: Monitor trading activity and day trades

Example Usage

Once configured, you can ask Claude:

  • "Show me my current positions"
  • "Get a quote for AAPL"
  • "Place a market order for 100 shares of TSLA"
  • "What's my portfolio value?"
  • "Cancel all my open orders"

Documentation

Full documentation available at docs.paperinvest.io

License

MIT © Paper Invest, Inc.

Support

For support, visit paperinvest.io or email support@paperinvest.io

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI assistants like Claude to interact with Paper's trading platform API using natural language, allowing users to manage accounts, portfolios, trades, and access market data through conversational requests.

  1. Installation
    1. Configuration
      1. Getting Started
        1. Available Tools
          1. Example Usage
            1. Documentation
              1. License
                1. Support

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    Facilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
                    Last updated -
                    1
                    TypeScript
                    GPL 3.0
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Connects Google Search Console with Claude AI to enable SEO professionals to analyze their SEO data through natural language conversations, providing access to property information, search analytics, URL inspection, and sitemap management.
                    Last updated -
                    44
                    Python
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A tool that connects Google Ads with Claude AI, allowing users to analyze advertising data through natural language conversations and access campaign information, performance metrics, keyword analytics, and ad management.
                    Last updated -
                    60
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    An MCP server that enables AI models like Claude to interact with the Trading Simulator API for checking balances, viewing prices, and executing trades with automatic chain detection.
                    Last updated -
                    TypeScript
                    • Linux
                    • Apple

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/paperinvest/mcp-server'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server