Agent Payment MCP Server
Rank #55,878io.github.evidai/xstocks
Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.
Agent Payment MCP Server is a Model Context Protocol (MCP) server published by evidai. It ranks #55,878 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,713 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 xstocks -e "SOLANA_WALLET_PRIVATE_KEY=<your SOLANA_WALLET_PRIVATE_KEY>" -e "XSTOCKS_ALLOW_LIVE=<your XSTOCKS_ALLOW_LIVE>" -- npx -y xstocks-mcpReplace each placeholder with your own value before saving.
[mcp_servers.xstocks]
command = "npx"
args = ["-y", "xstocks-mcp"]
[mcp_servers.xstocks.env]
SOLANA_WALLET_PRIVATE_KEY = "<your SOLANA_WALLET_PRIVATE_KEY>"
XSTOCKS_ALLOW_LIVE = "<your XSTOCKS_ALLOW_LIVE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<your SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<your XSTOCKS_ALLOW_LIVE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<your SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<your XSTOCKS_ALLOW_LIVE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xstocks": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<your SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<your XSTOCKS_ALLOW_LIVE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<your SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<your XSTOCKS_ALLOW_LIVE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xstocks": {
"command": "npx",
"args": [
"-y",
"xstocks-mcp"
],
"env": {
"SOLANA_WALLET_PRIVATE_KEY": "<your SOLANA_WALLET_PRIVATE_KEY>",
"XSTOCKS_ALLOW_LIVE": "<your XSTOCKS_ALLOW_LIVE>"
}
}
}
}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%2Fxstocks)<a href="https://mcptoplist.com/server/io.github.evidai%2Fxstocks"><img src="https://mcptoplist.com/badge/io.github.evidai%2Fxstocks.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.4 | 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.