kartra-mcp.yml
No official hosted or remote Model Context Protocol server was found for Kartra. mcp.kartra.com resolves only to the wildcard catch-all that 307s every unknown subdomain into the Auth0 login flow; /mcp on kartra.com and app.kartra.com both 404; no Kartra server appears in the public MCP registries or under @modelcontextprotocol on npm. The candidate tool set below is DERIVED one-to-one from the 29 `cmd` values Kartra documents for its inbound API, plus the top-level `get_lead` request. It is a proposal for an agent-facing surface and is NOT published by Kartra.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
get_lead— Retrieve the full profile of one lead by email, including custom fields, tags, lists, sequences and memberships.search_lead— Locate an existing lead by id or email.create_lead— Create a new lead with profile fields and custom field values.edit_lead— Update profile fields on an existing lead.assign_tag— Assign a tag to a lead.unassign_tag— Remove a tag from a lead.retrieve_account_tags— List every tag in the account.subscribe_lead_to_list— Subscribe a lead to a list.unsubscribe_lead_from_list— Unsubscribe a lead from a list.retrieve_account_lists— List every list in the account.subscribe_lead_to_sequence_at_step— Subscribe a lead to an automation sequence at a specific step.unsubscribe_lead_from_sequence— Unsubscribe a lead from a sequence.retrieve_account_sequences— List every sequence in the account.give_points_to_lead— Add lead-score points to a lead.remove_points_from_lead— Subtract lead-score points from a lead.create_custom_field— Create a custom field (input_field, text_area, drop_down, radio_button or checkbox).retrieve_custom_fields— List every custom field in the account with its identifierretrieve_account_pages— List every page in the account.calendar_subscribe— Book a lead into a calendar class at a given date and time.calendar_cancel— Cancel a lead's calendar booking.search_transaction— Search for a payment transaction.get_transaction_details— Retrieve the full detail of one payment transaction.retrieve_transactions_from_lead— List all payment transactions belonging to a lead.refund_transaction— Refund a payment transaction in full or in part.search_subscription— Search for a recurring payment subscription.get_subscription_details— Retrieve the full detail of one recurring payment subscription.retrieve_subscriptions_from_lead— List all recurring payment subscriptions belonging to a lead.modify_subscription_status— Change the status of a recurring payment subscription.edit_subscription— Edit subscription settings — quantity, price, recurring period, installments, tax.cancel_transaction— Cancel a recurring payment subscription.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.