{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_czd6gsrt4w9t","handle":"iflow-mcp-tedlikeskix-alpaca-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-tedlikeskix-alpaca-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-tedlikeskix-alpaca-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_tedlikeskix_alpaca-mcp-server","summary":"MCP server for Alpaca trading API","description":"# Alpaca MCP Server\n\nThis is a Model Context Protocol (MCP) server for Alpaca, allowing LLMs like Claude to interact with the Alpaca trading API. It enables trading stocks, checking positions, fetching market data, and managing your account - all through natural language.\n\n## Features\n\n- 📊 **Market Data** - Get real-time stock quotes and historical price data\n- 💵 **Account Information** - Check your balances, buying power, and status\n- 📈 **Position Management** - View current positions and their performance\n- 🛒 **Order Placement** - Place market and limit orders through natural language\n- 📋 **Order Management** - List, track, and cancel orders\n\n## Prerequisites\n\n- Python 3.10+\n- Alpaca API keys\n- Claude for Desktop or another MCP client\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/YOUR_USERNAME/alpaca-mcp.git\n   cd alpaca-mcp\n   ```\n\n2. Install the required packages:\n   ```bash\n   pip install mcp alpaca-py python-dotenv\n   ```\n\n3. Create a `.env` file with your Alpaca API credentials:\n   ```\n   API_KEY_ID=your_alpaca_api_key\n   API_SECRET_KEY=your_alpaca_secret_key\n   ```\n\n## Usage\n\n### Running the server\n\nStart the server by running:\n\n```bash\npython alpaca_mcp_server.py\n```\n\n### Configuring Claude for Desktop\n\n1. Open Claude for Desktop\n2. Go to Settings\n3. Click on \"Developer\" and then \"Edit Config\"\n4. Add the server configuration to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"alpaca\": {\n      \"command\": \"python\",\n      \"args\": [\n        \"/path/to/alpaca_mcp_server.py\"\n      ],\n      \"env\": {\n        \"API_KEY_ID\": \"your_alpaca_api_key\",\n        \"API_SECRET_KEY\": \"your_alpaca_secret_key\"\n      }\n    }\n  }\n}\n```\n\n5. Save and restart Claude for Desktop\n\n### Available Tools\n\nThe server exposes the following tools:\n\n- `get_account_info()` - Get account balances and status\n- `get_positions()` - List all current positions in the portfolio\n- `get_stock_quote(symbol)` - Get the latest quote for a stock\n- `…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_tedlikeskix_alpaca-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"finance.markets","name":"Markets & Trading","confidence":1,"provenance":"derived"}],"categories":["dev","finance"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_tedlikeskix_alpaca-mcp-server","registry":"pypi","observedAt":"2026-09-15T20:21:27.895Z","publishedAt":"2026-01-29T09:23:16.480256Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_tedlikeskix_alpaca-mcp-server","url":"https://pypi.org/project/iflow-mcp_tedlikeskix_alpaca-mcp-server/","firstSeenAt":"2026-09-09T21:24:18.634Z","fetchedAt":"2026-09-15T20:20:01.970Z","normalizedAt":"2026-09-15T20:20:01.970Z"}]},"firstSeenAt":"2026-09-09T21:24:18.634Z","updatedAt":"2026-09-15T20:21:27.895Z"}