← Registry

Content Tools

arbling.com

Provides access to Arbling blog guides and glossary concepts about agentic and AI commerce through listing, fetching, and searching tools.

1 endpoint6 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
arbling-blog
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

list_guides

List published Arbling blog guides (agentic & AI commerce), newest/featured first.

Inferred read-only
get_guide

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

Inferred read-only
search_guides

Case-insensitive search across published guides (title, excerpt, target keyword, and body content).

Inferred read-only
list_concepts

List every published glossary term in the Arbling blog (agentic & AI commerce concepts), alphabetical by term.

Inferred read-only
get_concept

Fetch one published glossary term by slug: term, short definition, full long-form explanation (markdown) and URL.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for arbling.com was fetched 2026-09-24T17:09:18.509Z.

Trust status Trusted

arbling.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.