← getinbounder.com

INDIVIDUAL MCP TOOL

list_clients

List every client in your organization with their ids (id, name, domain, industry).

getinbounder.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.getinbounder.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_clients and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getinbounder.com

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

  • 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.
  • research_keywords — Find target keywords for a topic — a ranked set with search intent and a qualitative difficulty/opportunity read, shaped by your strategy (quick_wins / authority_building / balanced).