Google Contacts for your agents.
Connect Google Contacts once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Google Contacts.
What agents can do with Google Contacts
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
google-contacts_get_my_profileCheck the connection: returns the authenticated user's profile (names, emails, photos). Use personFields to select which fields to return.
google-contacts_list_connectionsList the authenticated user's contacts. Use personFields to select which fields to return. Use pageSize to limit results (max 1000).
google-contacts_search_contactsSearch contacts by query string. Returns matching people with their contact info.
google-contacts_create_contactCreate a new contact. Fields include names (givenName, familyName), emailAddresses (value, type), phoneNumbers (value, type). Example: {"names": [{"givenName": "John"}], "emailAddresses": [{"value": "[email protected]"}]}.
google-contacts_get_contactGet a specific contact person by resource name, e.g. people/c12345. Use personFields to select fields.
google-contacts_update_contactUpdate an existing contact. Send the full person object with modified fields. Use personFields to specify which fields were changed.
google-contacts_delete_contactDelete a contact by resource name.
google-contacts_list_contact_groupsList all contact groups owned by the user.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- This service uses OAuth: there is no key to paste.
- Click Connect and approve access on Google's page in Even's browser.
- If Connect reports no OAuth app is configured, an admin must register a Google app and configure the broker first.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Google Contacts to Even: call connect_begin("google-contacts") on the even-connect MCP and walk me through it.
List and search Google Contacts, then create new contacts programmatically.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.