Home / Templates / writing-agent

Writing agent template — Wikipedia + dictionary + thesaurus + translate

A writing assistant agent that can define words, find synonyms, translate, and pull Wikipedia context — all per-call USDC billing.

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

Define "phenomenological," find synonyms, and translate the sentence "consciousness is the irreducible bedrock of phenomenological experience" into French and Japanese.
Cost per run

~$0.013 (1 define + 1 translate + research bundle) — 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.