seamless
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.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
search_contacts— Search contacts by company, job title, seniority, location, industry, and more. Returns a paginated table.search_companies— Search companies by name, domain, industry, size, revenue, and more. Returns a paginated table.research_contacts— Enrich contacts for verified email and phone. Pass searchResultIds or contacts. Set waitForResults true to auto-poll.poll_contact_research— Poll contact research with requestIds from research_contacts.research_companies— Enrich companies for revenue, size, technologies, etc.poll_company_research— Poll company research with requestIds from research_companies.get_credits— Current credit balance and usage.get_my_contacts— Saved/researched contacts within a date range (max 30 days).get_my_companies— Saved/researched companies within a date range (max 30 days).get_lists— List all contact lists, or get one by ID.create_list— Create a new contact list.update_list— Rename an existing list.delete_list— Permanently delete a list (not the contacts).list_saved_searches— List all saved searches, or get one by ID.create_saved_search— Save search filter values as a named saved search.update_saved_search— Update name, values, or sort options.delete_saved_search— Permanently delete a saved search.list_campaigns— List campaigns or get one by ID.create_campaign— Create a campaign; optional inline steps and contactIds.update_campaign— Update name, visibility, or linked email accounts.delete_campaign— Delete campaign and all steps/tasks.clone_campaign— Copy campaign (steps, not contacts).add_contacts_to_campaign— Add saved contacts.remove_contacts_from_campaign— Remove contacts.list_campaign_contacts— List contacts with engagement status.list_campaign_steps— List steps with type, status, delay.create_campaign_step— Add email, call, or task step.update_campaign_step— Update step content or position.delete_campaign_step— Delete a step.execute_campaign_action— start, pause, resume, complete, archive, etc.execute_campaign_step_action— Pause, resume, or skip a step.get_campaign_metrics— Per-step engagement metrics.list_templates— List templates or get one by ID.create_template— Create template with subject and body.update_template— Update name, subject, or body.delete_template— Permanently delete a template.list_email_accounts— List connected sender addresses.create_email_draft— Create draft (not sent).get_email_draft— Retrieve a draft.update_email_draft— Update draft content.send_email_draft— Send a saved draft.send_email— Send in one step.send_bulk_email— Send to contacts matching filters.log_call— Log call outcome for a contact.list_call_dispositions— List disposition options (e.g. "Left Voicemail").list_call_sentiments— List sentiment options (e.g. "Positive").list_tasks— List tasks or get one by ID.create_task— Create email, call, or custom task.update_task— Update name, due date, priority, status.delete_task— Permanently delete a task.execute_task_action— pause, reschedule, complete, cancel, etc.get_activity_feed— Engagement feed: opens, replies, bounces, calls.list_email_footers— List email footers for campaigns and templates.send_email_preview— Send preview to yourself before launch.
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.