Agent Payment MCP Server
Rank #55,875io.github.evidai/alpaca-guard
Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.
Agent Payment MCP Server is a Model Context Protocol (MCP) server published by evidai. It ranks #55,875 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Agent Payment MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on May 7, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 59,716 of 115,591 servers on MCP Toplist.
Use Agent Payment MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add alpaca-guard -e "ALPACA_API_KEY=<your ALPACA_API_KEY>" -e "ALPACA_SECRET_KEY=<your ALPACA_SECRET_KEY>" -- npx -y alpaca-guard-mcpReplace each placeholder with your own value before saving.
[mcp_servers.alpaca-guard]
command = "npx"
args = ["-y", "alpaca-guard-mcp"]
[mcp_servers.alpaca-guard.env]
ALPACA_API_KEY = "<your ALPACA_API_KEY>"
ALPACA_SECRET_KEY = "<your ALPACA_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alpaca-guard": {
"command": "npx",
"args": [
"-y",
"alpaca-guard-mcp"
],
"env": {
"ALPACA_API_KEY": "<your ALPACA_API_KEY>",
"ALPACA_SECRET_KEY": "<your ALPACA_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alpaca-guard": {
"command": "npx",
"args": [
"-y",
"alpaca-guard-mcp"
],
"env": {
"ALPACA_API_KEY": "<your ALPACA_API_KEY>",
"ALPACA_SECRET_KEY": "<your ALPACA_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"alpaca-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alpaca-guard-mcp"
],
"env": {
"ALPACA_API_KEY": "<your ALPACA_API_KEY>",
"ALPACA_SECRET_KEY": "<your ALPACA_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alpaca-guard": {
"command": "npx",
"args": [
"-y",
"alpaca-guard-mcp"
],
"env": {
"ALPACA_API_KEY": "<your ALPACA_API_KEY>",
"ALPACA_SECRET_KEY": "<your ALPACA_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alpaca-guard": {
"command": "npx",
"args": [
"-y",
"alpaca-guard-mcp"
],
"env": {
"ALPACA_API_KEY": "<your ALPACA_API_KEY>",
"ALPACA_SECRET_KEY": "<your ALPACA_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.evidai%2Falpaca-guard)<a href="https://mcptoplist.com/server/io.github.evidai%2Falpaca-guard"><img src="https://mcptoplist.com/badge/io.github.evidai%2Falpaca-guard.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
evidai
Other servers by evidai
View all evidai servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 16, 2026 |
Frequently asked questions
- Who maintains Agent Payment MCP Server?
- Agent Payment MCP Server is maintained by evidai, which publishes 12 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Agent Payment MCP Server listed on the Official MCP Registry?
- Yes — Agent Payment MCP Server is listed on the Official MCP Registry.
- How many versions does Agent Payment MCP Server have?
- MCP Toplist tracks 1 version of Agent Payment MCP Server, most recently published on May 16, 2026.
- Where can I find the source code for Agent Payment MCP Server?
- The source code for Agent Payment MCP Server is hosted at github.com/evidai/agent-payment-mcp.