atpar-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@atpar-mcp-serverShow my portfolio balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
atpar-mcp-server
MCP server for the At Par Trading API — trade crypto, manage portfolios, and access market data from any MCP-compatible AI agent.
Quick start
npx atpar-mcp-serverRequires VT_API_KEY and VT_API_SECRET environment variables.
Related MCP server: seashail
Configuration
Claude Code (.mcp.json)
{
"mcpServers": {
"atpar": {
"command": "npx",
"args": ["-y", "atpar-mcp-server"],
"env": {
"VT_API_KEY": "vtk_...",
"VT_API_SECRET": "..."
}
}
}
}Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"atpar": {
"command": "npx",
"args": ["-y", "atpar-mcp-server"],
"env": {
"VT_API_KEY": "vtk_...",
"VT_API_SECRET": "..."
}
}
}
}Environment variables
Variable | Required | Description |
| Yes | API key (e.g. |
| Yes | Base64-encoded API secret |
| No | Base URL (defaults to |
Tools (16)
Portfolio
Tool | Description |
| List all portfolios for the authenticated user |
| Get asset balances for a portfolio |
| Get the deposit address for a portfolio |
| List deposits for a portfolio |
| Get ledger entries for a portfolio |
Trading
Tool | Description |
| Place a new order (market, limit, or swap) |
| Get details of a specific order |
| List orders for a portfolio |
| Cancel an open order |
| Get fills (executions) for an order |
Market Data
Tool | Description |
| List all available trading instruments |
| Get current prices for all instruments |
| Get OHLCV candlestick data for an instrument |
| Get available swap liquidity and pricing |
Notifications
Tool | Description |
| Get notifications for the authenticated user |
| Get the count of unread notifications |
Resources (2)
URI | Description |
| Full list of trading instruments with tick sizes, min order sizes, and status |
| List of supported assets (currencies) on the platform |
Development
npm install
npm run build
npm testLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated37178GPL 3.0- Alicense-qualityCmaintenanceAgent-native, self-hosted MCP server for crypto trading and DeFi management. Enables agents to query balances, execute trades, and manage positions with a policy engine and secure key storage.Last updated7Apache 2.0
- Alicense-qualityCmaintenanceMCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.Last updated1MIT
- AlicenseAqualityAmaintenanceThis MCP server connects AI assistants to a Public.com brokerage account, enabling natural language trading of stocks, options, and crypto, along with portfolio management, quotes, and orders.Last updated3566Apache 2.0
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
No-KYC managed MCP for AI agents: sandboxed TypeScript trading SDK, isolated sub-accounts, futures.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/VoltaHQ/atpar-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server