Home / Templates / coding-agent

Coding agent template — GitHub trending + npm meta + StackOverflow-ish via HN

A coding assistant that can surface trending repos by language, look up package details, and pull recent HN discussions about a library.

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"
      ]
    },
    "github-trending": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.6.0/paid-github-trending-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"
      ]
    }
  }
}

Ask the agent

Show me the top 10 trending Rust repositories from the past week. For each, summarize what people are saying about them on Hacker News.
Cost per run

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

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