MCP server exposing 7 tools for hubspot.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/hubspot/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
hs_list_contacts — Browse all contacts in your HubSpot workspace. Returns contact IDs, names, emails, and properties. Paginate with limit and after parameters.hs_get_contact — Fetch a contact's full profile by ID. Returns name, email, phone, company, and all custom properties.hs_search_contacts — Search contacts by name, email, or custom properties. Use when you need to find specific people in your database.hs_list_companies — Browse all companies in your HubSpot workspace. Returns company IDs, names, domains, and properties. Paginate with limit and after parameters.hs_get_company — Fetch a company's full profile by ID. Returns name, domain, industry, revenue, and all custom properties.hs_list_deals — Browse all deals in your HubSpot workspace. Returns deal IDs, names, amounts, pipeline stages, and close dates. Paginate with limit and after parameters.hs_get_deal — Fetch a deal's full details by ID. Returns deal name, amount, stage, owner, and linked contacts and companies.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/hubspot/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io