Home / Templates / trading-agent

Trading agent template — FX rates + news + GitHub trending + research

A research-focused agent for market analysis: live FX rates, recent news around tickers/symbols, GitHub trending in finance/quant, and topic summaries.

One-line install

curl -fsSL https://spawnpay.ai/install | bash

Note: the one-line install adds Spawnpay's default 6-MCP set. For this template, you may want to replace it with the config below.

What's in the config

Paste this config

{
  "mcpServers": {
    "spawnpay": {
      "command": "npx",
      "args": [
        "-y",
        "spawnpay-mcp"
      ]
    },
    "currency": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.2.0/paid-currency-mcp-0.1.0.tgz"
      ]
    },
    "news": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.6.0/paid-news-mcp-0.1.0.tgz"
      ]
    },
    "research": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.5.0/paid-research-mcp-0.1.0.tgz"
      ]
    },
    "reddit": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.7.0/paid-reddit-mcp-0.1.0.tgz"
      ]
    }
  }
}

Ask the agent

Pull current EUR/USD and JPY/USD rates. Find recent HN and r/finance discussions about "Coinbase Base L2 stablecoins". Summarize the sentiment.
Cost per run

~$0.0145 (1 currency + 1 news + 1 reddit + 1 research) — comes out of the $7 USDC free credit on signup. Top up at /deposit when needed.

Not financial advice. This template surfaces public information — interpretation is on you.

60-SEC QUICKSTART → SEE THE INSTALL SCRIPT → OTHER TEMPLATES →
Copied.