← attribura.com

INDIVIDUAL MCP TOOL

list_self_reports

Itemized 'how did you hear about us?' answers (channel, raw answer, method, confidence, the pinned post if any, the app user id), newest first.

attribura.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.attribura.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_context — Read the active project's full brand + persona context as one JSON bundle ({ brand, personas }).
  • save_brand — Upsert the project's brand (the 'Project' tab).
  • save_persona — Write one persona.
  • delete_persona — Delete a persona by id.
  • push_brief — Create a SHOOTING BRIEF in the creative library: the shot list the human should film themselves (facecam takes, POV product shots, real-location b-roll) plus the script to record.
  • list_creatives — List the project's creative library (newest first), optionally filtered by status (draft | ready | published | archived).
  • update_creative — Update a creative's title/hook/caption/status by id (e.g.
  • get_overview — Headline revenue: revenue + money-event counts over the last 30 days and all-time, broken down by source (superwall/shopify/stripe/asc).