Marketing
plainrouter.com
PlainRouter helps performance teams recover more conversion signal, cut wasted Meta spend, and scale winning campaigns faster with AI-assisted operations.
ENDPOINT 1
https://plainrouter.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.plainrouter-com]
url = "https://plainrouter.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"plainrouter-com": {
"type": "http",
"url": "https://plainrouter.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: plainrouter-com
Remote MCP URL: https://plainrouter.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"plainrouter-com": {
"url": "https://plainrouter.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"plainrouter-com": {
"type": "http",
"url": "https://plainrouter.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "plainrouter-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "plainrouter-com",
"transport": "streamable-http",
"url": "https://plainrouter.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://plainrouter.com/mcp/sandbox
MCP server metadata
- Name
- PlainRouter Sandbox
- Version
- 0.3.2
This is PlainRouter test mode. Every answer is synthetic and carries "sandbox": true; no response describes a real advertising account. Tool names, argument schemas, and response shapes match the production server exactly, so an integration proven here works unchanged against the live endpoint. No credential is required or accepted. When ready for real data, follow the onboarding guide to authorize an account and move to the production MCP endpoint; the tools that propose, write, or affect spend exist only there.
Known tools 4
validate_sandbox_eventValidate a synthetic, identity-free conversion event against the PlainRouter schema.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.plainrouter-sandbox]
url = "https://plainrouter.com/mcp/sandbox"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"plainrouter-sandbox": {
"type": "http",
"url": "https://plainrouter.com/mcp/sandbox"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: plainrouter-sandbox
Remote MCP URL: https://plainrouter.com/mcp/sandbox
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"plainrouter-sandbox": {
"url": "https://plainrouter.com/mcp/sandbox"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"plainrouter-sandbox": {
"type": "http",
"url": "https://plainrouter.com/mcp/sandbox"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "plainrouter-sandbox",
"transport": "streamable-http",
"url": "https://plainrouter.com/mcp/sandbox"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.