Paper MCP Server
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.
Tools
get_account
Get account details by ID
update_account
Update account details
freeze_account
Freeze a trading account
create_portfolio
Create a new portfolio
get_portfolio
Get portfolio details
get_account_portfolios
Get all portfolios for an account
reset_portfolio
Reset portfolio to initial state
get_portfolio_equities
Get all equity positions in a portfolio
get_portfolio_options
Get all option positions in a portfolio
create_order
Create a new trading order
create_batch_orders
Create multiple orders at once
get_order
Get order details by ID
cancel_order
Cancel an existing order
get_account_orders
Get orders for an account
cancel_all_account_orders
Cancel all orders for an account
get_today_filled_orders
Get all orders filled today
get_quote
Get real-time quote for a symbol
get_batch_quotes
Get real-time quotes for multiple symbols
is_market_open
Check if market is open for a symbol
get_portfolio_activities
Get activity log for a portfolio
get_day_trades
Get day trade activity for a portfolio
upgrade_to_margin
Upgrade portfolio to margin account
get_market_hours
Get market hours for an exchange
README
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.
<a href="https://glama.ai/mcp/servers/@paperinvest/mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@paperinvest/mcp-server/badge" alt="Paper Server MCP server" /> </a>
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
- Sign up at app.paperinvest.io
- Generate an API key from your account settings
- Add the configuration above with your API key
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.