← arbling.com

INDIVIDUAL MCP TOOL

get_guide

Fetch one published Arbling guide by slug: full metadata plus the complete markdown content.

arbling.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://arbling.com/blog/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

arbling.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.arbling-blog]
url = "https://arbling.com/blog/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "arbling-blog": {
      "type": "http",
      "url": "https://arbling.com/blog/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: arbling-blog
Remote MCP URL: https://arbling.com/blog/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": {
    "arbling-blog": {
      "url": "https://arbling.com/blog/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "arbling-blog": {
      "type": "http",
      "url": "https://arbling.com/blog/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "arbling-blog",
  "transport": "streamable-http",
  "url": "https://arbling.com/blog/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_guides — List published Arbling blog guides (agentic & AI commerce), newest/featured first.
  • search_guides — Case-insensitive search across published guides (title, excerpt, target keyword, and body content).
  • list_concepts — List every published glossary term in the Arbling blog (agentic & AI commerce concepts), alphabetical by term.
  • get_concept — Fetch one published glossary term by slug: term, short definition, full long-form explanation (markdown) and URL.
  • about_arbling — What Arbling is and where to find more, straight from the site config: name, description, and links to the blog, arbling.com, and llms.txt.