INDIVIDUAL MCP TOOL
generate_article
Write a publish-ready SEO article in the client's brand voice for a title/topic + target keyword.
LIVE ENDPOINT
https://www.getinbounder.com/api/mcp
Connect to this endpoint to inspect the live schema for generate_article and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.inbounder]
url = "https://www.getinbounder.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"inbounder": {
"type": "http",
"url": "https://www.getinbounder.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: inbounder
Remote MCP URL: https://www.getinbounder.com/api/mcp
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": {
"inbounder": {
"url": "https://www.getinbounder.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"inbounder": {
"type": "http",
"url": "https://www.getinbounder.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "inbounder",
"transport": "streamable-http",
"url": "https://www.getinbounder.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_clients— List every client in your organization with their ids (id, name, domain, industry).create_client— Find or create a client (brand/site) in your organization and return its client_id.list_articles— List articles in your organization (id, title, status, scores, client) — optionally filtered by client_id and/or status, paginated.get_article— Fetch a single article in full: title, status, keywords, scores, published URL, and the complete content (unless include_content=false; the outline is returned while there is no content yet).list_connections— List your organization's active integration connections (WordPress, Webflow, Google Search Console, Zapier) with their connection ids, site name/URL, and client scope.get_credit_balance— Return your organization's remaining credit balance (total plus subscription/referral/purchased breakdown; -1 = unlimited), what each tool costs, and today's daily-quota usage.get_brand_voice— Fetch the brand voice profile (tone, ICP, vocabulary, sample patterns) for a specific client.analyze_brand_voice— Scrape a website's text (homepage, /about, blog index) and extract a structured brand VOICE profile with Claude: tone, formality, vocabulary, style guidelines, sentence structure, plus the ideal customer profile (ICP) and example phrases.