Home / Templates / research-agent
Research agent template — Wikipedia + HN + arXiv + Reddit in one config
Drop this into Claude Desktop / Cursor / Cline. You now have an agent that can pull Wikipedia summaries, recent HN discussions, arXiv papers, and Reddit threads for any topic with one prompt.
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
spawnpay— spawnpay-mcp (the Spawnpay wallet MCP)research— paid-research-mcp-0.1.0.tgzarxiv— paid-arxiv-summary-mcp-0.1.0.tgzreddit— paid-reddit-mcp-0.1.0.tgznews— paid-news-mcp-0.1.0.tgzsummarize— paid-summarize-mcp-0.1.0.tgz
Paste this config
{
"mcpServers": {
"spawnpay": {
"command": "npx",
"args": [
"-y",
"spawnpay-mcp"
]
},
"research": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.5.0/paid-research-mcp-0.1.0.tgz"
]
},
"arxiv": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.7.0/paid-arxiv-summary-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"
]
},
"news": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.6.0/paid-news-mcp-0.1.0.tgz"
]
},
"summarize": {
"command": "npx",
"args": [
"-y",
"https://github.com/Robocular/spawnpay/releases/download/paid-mcps-v0.8.0/paid-summarize-mcp-0.1.0.tgz"
]
}
}
}
Ask the agent
Research "WebGPU adoption in 2026". Pull a Wikipedia summary, the 5 most recent arXiv papers, top Reddit discussions in /r/programming, and recent HN threads.
Cost per run
~$0.025 (5 paid calls @ $0.005 each) — comes out of the $7 USDC free credit on signup. Top up at /deposit when needed.