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/mcpTransport: Streamable HTTP. Auth: OAuth (via a connector) or Authorization: Bearer sk_loom_….
Tools
| Tool | Kind | Scope |
|---|---|---|
list_platforms | read | — |
list_brands | read | brands:read |
get_brand | read | brands:read |
get_summary | read | analytics:read |
search_mentions | read | mentions:read |
get_overview | read | overview:read |
create_brand | write | brands:write |
add_brand_channel | write | brands: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 serverTo connect an agent directly, see Connectors.