← openfunnel.dev

INDIVIDUAL MCP TOOL

get_account_timeline

Get recent activity timeline for an account.

openfunnel.devnone authenticationAvailability not checked

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 endpoint

openfunnel.dev

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

.mcp.json

{
  "mcpServers": {
    "openfunnel-dev": {
      "type": "http",
      "url": "https://mcp.openfunnel.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openfunnel-dev": {
      "type": "http",
      "url": "https://mcp.openfunnel.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openfunnel-dev",
  "transport": "streamable-http",
  "url": "https://mcp.openfunnel.dev/mcp"
}
MCP Inspector

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

Related tools

  • get_account_summary — Get a quick summary/overview of an account.
  • get_account_full_details — Get account details from the accounts v2 API for a single account.
  • list_accounts — List accounts in your database with optional filters.
  • lookup_company — Look up a specific company in the user's OpenFunnel database by name or domain.
  • search_by_traits — Search only within companies already in the user's OpenFunnel database.
  • search_lookalikes — Search across the broader company universe, not just the user's current database.
  • list_audiences — List all audiences (saved lists) for the user.
  • get_audience_data — Get raw audience membership data from the v1 audience API.