Skip to main content
AI assistants like Claude and ChatGPT are great at conversation, but they can’t see your company’s data. MCP (Model Context Protocol) is an open standard that bridges that gap: with Nuvia’s MCP server, your assistant gains access to your account’s contacts, lists, conversations, and campaigns as tools it decides when to call during the conversation. You ask in natural language, for example “create a list with technology leads in São Paulo”, and it searches, creates, or updates the information for you, without writing code. The tools respect your account’s permissions and credit consumption, exactly like actions taken through the interface.

MCP or REST API?

These are two different paths, for different uses:
MCP doesn’t use the REST API key. MCP authentication is OAuth 2.1, with the mcp:tools scope: a system separate from API key scopes. Don’t try to authenticate to MCP with an API key, nor reuse REST scopes here.
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. 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

The Conversations tools are read-only. Sending messages is not exposed via MCP. To reply to or start a conversation, use the platform.

Campaigns

The Campaigns tools are read-only. Creating, editing, or activating campaigns is still done on the platform.

Enrichment

Credits: searching and cross-referencing data never consumes credits. The only tool that consumes credits is enrich_list: email = 1 credit/contact and phone = 10 credits/contact. The cost is proportional to the number of eligible contacts in the target, which can be the whole list or a subset (view/filters), so the assistant confirms the size before triggering it; pay attention with large lists.

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 the whoami 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.