Decker
Rank #9,863io.github.gigshow/decker
Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.
Decker is a Model Context Protocol (MCP) server published by gigshow. It ranks #9,863 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Decker is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 7, 2026 and most recently updated on Jul 12, 2026.
Ranks ahead of 122,183 of 132,046 servers on MCP Toplist.
Use Decker
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http decker https://api.decker-ai.com/api/v1/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.decker]
url = "https://api.decker-ai.com/api/v1/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.decker-ai.com/api/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"decker": {
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"decker": {
"type": "http",
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"decker": {
"serverUrl": "https://api.decker-ai.com/api/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"decker": {
"url": "https://api.decker-ai.com/api/v1/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gigshow%2Fdecker)<a href="https://mcptoplist.com/server/io.github.gigshow%2Fdecker"><img src="https://mcptoplist.com/badge/io.github.gigshow%2Fdecker.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gigshow
Available versions (1)
| Version | Published |
|---|---|
| 1.10.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Decker?
- Decker is maintained by gigshow, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Decker listed on the Official MCP Registry?
- Yes — Decker is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Decker have?
- MCP Toplist tracks 1 version of Decker, most recently published on Jul 12, 2026.
- Where can I find the source code for Decker?
- The source code for Decker is hosted at github.com/gigshow/decker-ai.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.