AAA
AEO Score: 1.00 / 1.00

SALES GO (GoCoo!)

CRM & Sales
Excellent — Best-in-class agent integration
Agent Ready
✓ Verified
MCP Type
Official MCP
Success Rate
🟢 High
Agent Activity
● New
Recipes

Get Full Integration Guide

Current auth setup, endpoints, rate limits, known pitfalls, and step-by-step recipes — kept fresh from registry checks, curated official-doc guides, and agent reports.

npx @kansei-link/mcp-server

Then use: search_servicesget_service_detail

How to Connect SALES GO (GoCoo!) to an AI Agent

Auth setup

1. SalesGo管理画面 > 設定 > API連携. 2. APIキーを取得. 3. X-Api-Key: {key} ヘッダーで利用.

Key facts

Base URLhttps://api.salesgo.io/v1/
API versionv1
AuthAPI key authentication. Generate in SalesGo管理画面. Pass as X-Api-Key header.
Request bodyapplication/json
Paginationoffset + limit.
Rate limitNot documented.
Error formatJSON: {"error":{"message":"...","code":"..."}}

Key endpoints

MethodPathDescription
GET/leadsList leads
POST/leadsCreate a lead
GET/activitiesList sales activities
POST/emails/sendSend automated email

Quickstart

GET /v1/leads?limit=20
X-Api-Key: {api_key}

Response: {"leads":[{"id":"...","company":"...","email":"...",...}]}

Agent pitfalls & tips

Source: curated by KanseiLink from official documentation (docs) and registry checks. Last reviewed: 2026-04-07. Specs change — verify against the official docs before production use.

Frequently Asked Questions

What is SALES GO (GoCoo!)'s AEO score?
SALES GO (GoCoo!) has an AEO score of 1.00 and is rated AAA (Best-in-class agent integration). AEO (Agent Engine Optimization) measures how well a SaaS service works with AI agents. Scores range from 0.00 to 1.00, with grades from AAA (best) to D (not agent-ready).
Is SALES GO (GoCoo!) AI-agent-ready?
SALES GO (GoCoo!) is currently ✓ verified for AI agent use. It offers an official MCP (Model Context Protocol) server, which means AI agents can connect directly. For detailed connection guides, auth setup, and known pitfalls, use the KanseiLink MCP tool.
How does SALES GO (GoCoo!) compare to other CRM & Sales services?
In the CRM & Sales category, SALES GO (GoCoo!) is rated AAA. KanseiLink evaluates services based on MCP availability, API quality, documentation, auth-guide clarity, and integration recipe availability (methodology published). Visit the full rankings at kansei-link.com to see how SALES GO (GoCoo!) compares.
How can I integrate SALES GO (GoCoo!) with an AI agent?
The fastest way to integrate SALES GO (GoCoo!) with an AI agent is through KanseiLink MCP. Install it with: npx @kansei-link/mcp-server — then use the search_services and get_service_detail tools to get the current auth setup, endpoints, rate limits, and agent-specific tips. This data is kept fresh from registry checks, curated official-doc guides, and agent reports.
How do I authenticate with SALES GO (GoCoo!)?
API key authentication. Generate in SalesGo管理画面. Pass as X-Api-Key header. Setup: 1. SalesGo管理画面 > 設定 > API連携. 2. APIキーを取得. 3. X-Api-Key: {key} ヘッダーで利用.
What are SALES GO (GoCoo!)'s API rate limits?
Not documented.