MCP App Store
Business & Operations
Firmable icon

Firmable

by Firmable PTY LTD

Overview

Firmable, your AI-native B2B sales intelligence platform – is now in your pocket. With 15 million+ verified company profiles and 135 million+ decision-maker contacts, Firmable gives your sales team the edge to reach the right buyer at exactly the right moment. Know who’s ready to buy Buying signals surface the accounts most likely to convert right now. Firmable monitors for role and leadership changes, funding rounds, hiring surges, and technology shifts - alerting you the moment a target account is ready to buy. No more guessing. No more chasing lukewarm leads Find the right contacts, fast Define your ICP (ideal customer profile) in plain English and build ICP-matched prospect lists in seconds. Filter by industry, company size, country, state, tech stack, and hiring activity. Then, access verified mobile numbers and email addresses for decision-makers. Trust the data you act on Firmable AI delivers accurate, continuously refreshed company and contact data, enriched with vital context that makes outreach smarter and more relevant. Firmable is ISO 27001 certified and built around secure, compliant data practices, giving teams confidence in every move they make. Keep your CRM fresh Agentic two-way CRM sync and enrichment update your records as accounts change. Firmable provides native integrations with Salesforce, HubSpot, Pipedrive, and Microsoft Dynamics 365. Trusted by 1,300+ businesses Rated 4.7/5 on G2. Privacy-compliant data you can prospect with confidently.

Tools

add_profiles_to_list

ChatGPT
Add one or many profiles to a list. profileType must match the ids passed. Free — no credit charge. Sync to SearchAPI is asynchronous via Inngest. The tool resolves the list's sharing state internally — the caller does not pass isShared.

agent_signal_hits

ChatGPT
Fetch signal hits (matching events / intent surges) for a configured signal agent in a single category. Internally validates the agent, then queries the hits index scoped to that agent. Date-range filtering is not supported — use size to scope freshness. Free — no credit charge.

bulk_get_companies

ChatGPT
Fetch up to 100 company profiles in a single call. Accepts any mix of ids, domains, linkedinUrns. Results are returned in input order; missing records appear as null. CHARGES UP TO N api_enrichment CREDITS where N = items.length (profiles already charged previously are deduped and free).

bulk_get_people

ChatGPT
Fetch up to 100 person profiles in a single call. Accepts any mix of ids, linkedinUrns, and emails. Results are returned in input order; missing records appear as null. CHARGES UP TO N api_enrichment CREDITS where N = items.length (profiles already charged previously are deduped and free).

bulk_push_list_to_crm

ChatGPT
Push the ENTIRE contents of a saved list to the workspace's connected CRM in one call (selection-mode list-all; the server fans out page-by-page via Inngest). The CRM is auto-detected — not an input. CHARGES UP TO N crm_push CREDITS where N is the list's companyCount or peopleCount depending on category. Fails with code="not_connected" if no CRM is connected, code="list_not_found" if the list id is unknown.

bulk_reveal_person_emails

ChatGPT
Reveal work and personal emails for up to 100 people in one call. Not credit-gated. Each result carries { id, emails: { work, personal } }; missing records appear as null.

bulk_reveal_person_phones

ChatGPT
Reveal mobile phone numbers for up to 100 people in one call. CHARGES N people_phone_viewed CREDITS where N = ids.length, atomic. Whole batch is rejected (code="no_credits") if the org does not have enough credits for every record — no partial charging.

copy_profiles_between_lists

ChatGPT
Copy profiles into a destination list (source is unchanged — same effect as add_profiles_to_list with explicit source for traceability). Free — no credit charge. The tool resolves the destination list's sharing state internally.

create_list

ChatGPT
Create a new list. Lists are mixed-type — a single list can hold both companies and people; profileType is specified per add/remove call. Free — no credit charge.

find_similar_companies

ChatGPT
Return lookalike companies for a given company id. Use for ABM (account-based marketing) expansion — feed a known target, get companies with similar size / industry / region.

find_similar_people

ChatGPT
Return persona matches for a given person id — people with similar role / seniority / department at other companies. Useful for building outbound lists when you have one known champion.

get_company

ChatGPT
Fetch a single company profile by id, domain, or linkedinUrn. CHARGES UP TO 1 api_enrichment CREDIT (free on repeat for the same profile).

get_filter_options

ChatGPT
Resolve human filter terms into the option ids that filter_search expects. Many Firmable filters use opaque ids (industry codes, location codes, revenue/seniority/department bands, saved list ids, CRM owner ids) that you cannot guess — call this first to look them up. Static dropdowns (country, revenue, seniority, company_type, company_size, …) return a fixed, built-in option list (searchTerm is ignored, and there is no live API lookup — e.g. country always returns the supported country codes); searchable filters (location, keywords, position, skills, products, services, company/person name, saved lists, CRM owner) accept a searchTerm; hierarchical filters (industry, technographics) accept a searchTerm or a levelOneId to drill into level-2 children. The returned records are keyed {optionId: label} — pass those keys straight into filter_search filters unchanged. For location filters (location, people_location, hq_location) the keys are already composite type:value:country strings (e.g. "lga:Sydney, NSW, AU:AU", "state:VIC:AU") — use them exactly as returned; do not reformat or strip them. Free — no credit charge.

get_list

ChatGPT
Fetch metadata + profile records inside a single list. Requires category ("company" or "people") — a mixed list must be queried twice. Free — no credit charge.

get_person

ChatGPT
Fetch a single person profile by id, linkedinUrn, or email. CHARGES UP TO 1 api_enrichment CREDIT (free on repeat for the same profile). Emails come back unmasked in emails.work.

get_signal_agent

ChatGPT
Return a single signal agent's full configuration: companySignals, peopleSignals, intentTopics, intentTargets, companySignalTargets, peopleSignalTargets, listIds, isEnabled. Use this to describe what an agent monitors before fetching its hits. Free — no credit charge.

get_workflow_guide

ChatGPT
Return the workflow guide for the Firmable agents MCP server. Call this first before any other tool to learn which tool to use, how to chain them (get_ → find_similar_ → bulk_ → reveal_), and what identifiers each accepts. Without this guide, tool calls often miss the intended chain or pass wrong identifier types. Optional: pass topic to fetch only one section.

list_lists

ChatGPT
Return all lists in the workspace, bucketed into shared and private. The bucket determines isShared (records.shared[id] => isShared:true, records.private[id] => isShared:false). Free — no credit charge. Call this first before any list mutation so you know each list's id and isShared.

list_saved_searches

ChatGPT
Return saved searches for the workspace, keyed by sid. Each record carries name, category ("company" or "people"), filters, operators, excluded values, last_modified_time, and isICPSearch. Use this to surface what the user has previously saved so the LLM can describe / re-run / build on those searches. Returns the 50 most recently modified saved searches (sorted by last_modified_time desc) — workspaces with more than 50 only see the most recent slice, same as the web app. Free — no credit charge.

list_signal_agents

ChatGPT
Return all user-configured signal agents in the workspace, keyed by id. Each agent monitors a chosen set of company/people signal types and intent topics over a chosen set of lists. Free — no credit charge. Call this first to discover an agentId before get_signal_agent or agent_signal_hits.

move_profiles_between_lists

ChatGPT
Move profiles from one list to another. Atomic on the server — add to destination and remove from source happen together. Free — no credit charge. The tool resolves both lists' sharing state internally in a single lookup.

push_to_crm

ChatGPT
Push 1–500 profiles to the workspace's connected CRM (HubSpot / Salesforce / Pipedrive / MS Dynamics 365 Sales / JobAdder — auto-detected). The CRM is not an input. CHARGES UP TO N crm_push CREDITS where N = profileIds.length (already-pushed profiles may be deduped downstream). Fails with code="not_connected" if no CRM is connected.

remove_profiles_from_list

ChatGPT
Remove one or many profiles from a list. Free — no credit charge. Sync to SearchAPI is asynchronous via Inngest. The tool resolves the list's sharing state internally — the caller does not pass isShared.

rename_list

ChatGPT
Rename an existing list. Free — no credit charge. The tool resolves the list's sharing state internally — the caller does not pass isShared.

reveal_person_email

ChatGPT
Reveal the work and personal emails for a single person. Not credit-gated — emails are included in the profile payload. Returns { emails: { work: [...], personal: [...] } } plus minimal identifying fields.

reveal_person_phone

ChatGPT
Reveal mobile phone numbers for a single person. CHARGES 1 people_phone_viewed CREDIT per call (first view per profile actually bills; subsequent views of the same profile are deduped by Inngest idempotency). Fails with code="no_credits" if the org is out of credits.

Capabilities

Writes

App Stats

28

Tools

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily