Loomscape Docs

MCP server

Model Context Protocol tools for agents

Loomscape exposes a Model Context Protocol server so AI agents can call its capabilities as tools.

https://api.loomscape.space/mcp

Transport: Streamable HTTP. Auth: OAuth (via a connector) or Authorization: Bearer sk_loom_….

Tools

ToolKindScope
list_platformsread—
list_brandsreadbrands:read
get_brandreadbrands:read
get_summaryreadanalytics:read
search_mentionsreadmentions:read
get_overviewreadoverview:read
create_brandwritebrands:write
add_brand_channelwritebrands:write

Scope enforcement applies per tool. OAuth grants read scopes only, so write tools require an API key minted with brands:write.

Local (stdio)

npx @stackbase/loomscape-cli mcp    # stdio proxy to the remote server

To connect an agent directly, see Connectors.

On this page