MCP server for personal Allegro account access - view orders, purchases, watched items
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"allegro-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for integrating with your personal Allegro account. Access your orders, purchases, watched items, and more through AI assistants like Claude.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for Allegro Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for integrating with your personal Allegro account. Access your orders, purchases, watched items, and more through AI assistants like Claude.
| Tool | Description |
|---|---|
allegro_authenticate | Start OAuth device authorization flow |
allegro_complete_authentication | Complete authentication with device code |
allegro_check_auth_status | Check if authenticated |
allegro_get_my_info | Get your account information |
allegro_get_my_orders | List your orders/purchases |
allegro_get_order_details | Get details of a specific order |
allegro_get_watched_offers | List offers you're watching |
allegro_get_bought_items | List items you've bought |
Client ID and Client Secrethttps://allegro.pl (for device flow)export ALLEGRO_CLIENT_ID=your_client_id
export ALLEGRO_CLIENT_SECRET=your_client_secret
./gradlew bootRun
The MCP server will be available at http://localhost:8080/mcp
Add to your Claude Code MCP configuration:
{
"mcpServers": {
"allegro": {
"command": "curl",
"args": ["-N", "http://localhost:8080/mcp/sse"]
}
}
}
Or run in stdio mode (coming soon).
allegro_authenticate toolallegro_complete_authentication with the device code| Property | Default | Description |
|---|---|---|
allegro.client-id | - | Your Allegro Client ID |
allegro.client-secret | - | Your Allegro Client Secret |
allegro.sandbox | false | Use Allegro sandbox environment |
server.port | 8080 | Server port |
./gradlew build
./gradlew test
MIT License - see LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
This is an unofficial project and is not affiliated with Allegro. Use at your own risk.