Setup
Add the Salesfinity MCP server to your Claude Code configuration:Verify the connection
Example usage
Configuration file
If you prefer to edit the config file directly, add this to your~/.claude.json or project .claude.json:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up Salesfinity MCP in the Claude Code CLI
claude mcp add salesfinity \
--transport streamable-http \
https://mcp.salesfinity.ai/mcp
claude
> Can you get my team info from Salesfinity?
# Ask about your contact lists
> Show me all my contact lists sorted by name
# Create a list
> Create a contact list called "Demo Prospects" with user_id 680edc0d1504192884a148e0
# Check analytics
> What's my team's call performance for the last 7 days?
# Search call logs
> Show me all answered calls from this week with recordings
~/.claude.json or project .claude.json:
{
"mcpServers": {
"salesfinity": {
"type": "streamable-http",
"url": "https://mcp.salesfinity.ai/mcp"
}
}
}