MCP Server
Active
MIT
com.theaslangroupllc.pulse/agent-wallet MCP Server
com.theaslangroupllc.pulse/agent-wallet
What is the com.theaslangroupllc.pulse/agent-wallet MCP server?
Local agent wallet + 900 pay-per-call data APIs — free discovery, x402 USDC, code-level spend caps
How to install com.theaslangroupllc.pulse/agent-wallet
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-wallet": {
"command": "npx",
"args": [
"-y",
"@pulsenetwork/mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsenetwork/mcp"
]
}
}
}Claude Code
claude mcp add agent-wallet -- npx -y @pulsenetwork/mcpRelated MCP servers
com.theaslangroupllc.pulse/pulsenetwork
Maintained
914 paid market-data & token-safety endpoints — keyless x402 USDC: Base, Solana, XRPL, +8 chains
3
View repository →TypeScript
Apache-2.0
LP copilot: free position enumeration on 7 chains + paid range backtests, IL forecasts, points EV
0
View repository →TypeScript
MIT