Skip to content

PostHog

Data · 22 actions · connect with an API key

Connect in dashboardAPI keyfrom MCP Registry

Actions

A sample of the 22 PostHog actions. Each keeps the schema of the real API.

  • posthog.list_recordsread
  • posthog.get_recordread
  • posthog.create_recordwrite
  • posthog.list_tablesread
  • posthog.get_tableread
  • posthog.create_tablewrite
  • posthog.delete_recorddelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list records", "app": "posthog" }
execute_tool
{ "name": "posthog.list_records",
  "fields": ["id"] }