Content Tools
arbling.com
Provides access to Arbling blog guides and glossary concepts about agentic and AI commerce through listing, fetching, and searching tools.
ENDPOINT 1
https://arbling.com/blog/api/mcp
MCP server metadata
- Name
- arbling-blog
- Version
- 1.0.0
Known tools 6
list_guidesList published Arbling blog guides (agentic & AI commerce), newest/featured first.
Inferred read-onlyget_guideFetch one published Arbling guide by slug: full metadata plus the complete markdown content.
Inferred read-onlysearch_guidesCase-insensitive search across published guides (title, excerpt, target keyword, and body content).
Inferred read-onlylist_conceptsList every published glossary term in the Arbling blog (agentic & AI commerce concepts), alphabetical by term.
Inferred read-onlyget_conceptFetch one published glossary term by slug: term, short definition, full long-form explanation (markdown) and URL.
Inferred read-onlyabout_arblingWhat 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-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.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.
arbling.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.