MCP or REST API?
These are two different paths, for different uses:
Nuvia’s MCP server lives at
https://api.nuvia.ai/mcp (Streamable HTTP transport). This is the
URL you add as a connector in your AI assistant.
How to connect
Only users with a User or Admin profile can use MCP. The flow is the same across compatible clients such as claude.ai, Claude Desktop, and Cursor:1
Add the connector
In your AI assistant, add an MCP connector with the URL
https://api.nuvia.ai/mcp.2
Sign in and authorize
The client opens Nuvia’s OAuth flow. Sign in and click Authorize to grant access.
3
Start using it
Ask in natural language, mentioning the Nuvia connector when needed.
The detailed step-by-step guide per app (with screenshots) changes frequently and lives in the
official article:
How to connect Nuvia’s MCP.
Available tools
The tools cover actions equivalent to the platform’s, organized into six groups.Search
Prospecting on the global base and the Brazil base (CNPJ), and filter value resolution.Lists and records
Manage CRM lists and the records inside them.create_list doesn’t check for name duplicates: asking to create the same list twice
creates two separate lists. Since a natural-language request makes it easy to duplicate
unintentionally, confirm whether the list already exists before creating one.Global search results don’t go directly into a list: first materialize them as CRM records
with
save_search_results, then reference them with add_records.Contacts
Works with the account’s contact base as a whole (not just within one list).Bulk operations don’t stop if one item fails: the failure is isolated and the other items are
processed normally.
Conversations
Campaigns
Enrichment
Usage examples
Ask in natural language. Some examples:- “Use the Nuvia connector to search for contacts with the title ‘Marketing Director’ at technology companies in Brazil.”
- “Use the Nuvia connector to create a list called ‘Enterprise Leads SP’ of type Contact.”
- “Use the Nuvia connector to enrich the email and phone of the contacts in the ‘Enterprise Leads SP’ list.”
Depending on the assistant, you may need to repeat “use the Nuvia connector” on each request,
especially if you have other active connectors with similar actions.
Troubleshooting
If the connector appears inactive, ask the assistant to call thewhoami tool. If the response
doesn’t come back or doesn’t include your company’s name, redo the authorization (sign in +
Authorize) on the MCP client screen. The step-by-step guide is at
How to connect Nuvia’s MCP.
Auditing
All calls to MCP are audited. In the platform, go to Settings → MCP Audit to see authentications, sessions, and tool calls made by your company.Next steps
Complete MCP guide
Official article with all the details and usage examples.
API sections
For programmatic integration via API key, see the domain map.