← attribura.com

INDIVIDUAL MCP TOOL

get_keyword_history

APP STORE ASO — one tracked keyword's rank series over a window, plus the competitors that held its result slate and how many days each of them was present.

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 get_keyword_history and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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).