Model Context Protocol is an open standard that lets AI assistants connect to external tools and services. It’s supported by Claude Code, Cursor, VS Code, and a growing list of AI-native editors. The Signals MCP server turns your assistant into a Reddit marketing terminal.
Reddit marketing from your terminal
The Signals MCP server connects your AI assistant to our full service catalog. Order upvotes, manage accounts, and track deliveries without leaving your editor.
What you can do
Everything available on the website, now accessible from your AI assistant.
Order any service
Upvotes, downvotes, comments, aged accounts, Quora answers. The full catalog, accessible through natural language.
Track in real-time
Check order status, view delivery progress, download account credentials. No browser required.
Automate campaigns
Script recurring orders, batch operations, and multi-post workflows. Your API key, your logic, our infrastructure.
Set up in under two minutes
Add the server
Point your MCP client at the Signals server. One line in your config file.
Authenticate
Use your Signals API key. Same account, same balance, same guarantee.
Start ordering
Ask your AI assistant to place orders, check status, or download deliverables. It handles the rest.
{
"mcpServers": {
"signals": {
"command": "npx",
"args": [
"-y",
"@anthropic-ai/signals-mcp"
],
"env": {
"SIGNALS_API_KEY": "your-api-key"
}
}
}
}Works with your editor
Any client that supports the Model Context Protocol can connect to Signals.
See it in action
A few things you can say to your AI assistant once Signals is connected.
Returns order IDs, statuses, services, and delivery times from your dashboard.
Browses inventory, selects matching accounts, and places the order.
Fetches the CSV with usernames, passwords, and account details.
Questions, answered
Use this page to understand delivery, account handling, replacements, and what happens next.
No. Your existing Signals account works. Generate an API key from your dashboard and use it to authenticate the MCP server.
Identical. Same services, same prices, same delivery times, same guarantee. The MCP server is just a different interface to the same platform.
Everything on the website: Reddit upvotes, downvotes, comments, aged accounts (blank and custom), Quora answers, Quora upvotes, and Product Hunt upvotes.
Your API key is stored locally in your editor’s MCP configuration file. It never leaves your machine except to authenticate with our API. Same security model as any CLI tool with an API key.
Yes. The MCP server is stateless and can handle sequential requests. Pair it with scripting in your AI assistant to build campaign workflows, scheduled orders, or batch operations.