Add Alpaca’s official MCP server to community servers list #2104
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Alpaca’s official MCP server to community servers list
Description
This pull request adds Alpaca's official MCP server to the community servers list in the README. It follows the existing format and styling so contributors can quickly find and leverage Alpaca's server for algorithmic trading workflows.
Server Details
Motivation and Context
Many traders and developers want a low-code way to interact with Alpaca's Trading API directly from Al tools. By listing Alpaca's MCP server here, we:
• Surface a fully supported, developer-first integration for stocks and options trading.
• Help newcomers discover how to analyze market data, build strategies, and place orders algorithmically using plain English.
• Maintain consistency with other community entries, making it easy for Al platform/IDE users (Claude, VS Code, Cursor, etc.) to find and adopt this server.
How Has This Been Tested?
Verified that the README update renders correctly in GitHub's Markdown preview.
• Confirmed that the link points to the correct repository ( alpaca-mcp-server ).
• Ran a sample query via Claude Desktop and Cursor against Alpaca's MCP server to ensure all the endpoints respond (e.g., "Get current account balance").
Breaking Changes
None. This is purely a documentation update for
modelcontextprotocol; no MCP client configuration changes are required.Types of changes
Checklist
Additional context