Your first month is free.First month free on any plan.Thanks to the Deepgram for Startups program. Use codeStart free with DEEPGRAMStart free

Google Gemini phone-call integration guide

How to connect ClawCall to Google Gemini

In the Gemini web app, open Connected Apps, add a custom app, and enter https://api.clawcall.dev/mcp. ClawCall supports Dynamic Client Registration, so advanced static credentials are unnecessary. Sign in and review the scopes. The connection works in Gemini Spark where the feature is available; normal Gemini chat without Spark custom apps is not the same setup surface.

Official docs reviewedFacts checked: Updated:

Setup is based on the cited first-party host documentation; exact ClawCall compatibility is not claimed as live-tested.

Remote MCP endpointhttps://api.clawcall.dev/mcp

Before you start

Gemini is included because independent cross-platform market analysis places it immediately behind ChatGPT on both web and mobile, while Gemini Spark now exposes a documented custom MCP URL path with OAuth registration.

Availability: Google documents custom Connected Apps for Gemini Spark with important eligibility limits, including supported account, age, language, country, and Spark access. Google currently requires manual confirmation for write actions, so a host-level Always allow control may not be available.
Setup surfaceGemini Spark custom Connected App
TransportRemote MCP URL
AuthenticationOAuth discovery and DCR
  • A Google Gemini account or workspace where Gemini Spark custom Connected App is available.
  • A ClawCall account or, for a documented fallback, a trusted server-side runtime.
  • A real US destination in +1 E.164 format for any call you choose to place.
  • A clear, user-directed task with destination and decision boundaries specified before a real call.

Connect Google Gemini to ClawCall

These steps use the cited host documentation. Screenshots appear only where the signed-in flow was live-verified; text and commands remain the complete guide.

  1. Confirm Gemini Spark eligibility

    Use a personal account and confirm the custom-app feature is available for your country, language, age, and account. Managed workspaces can expose different controls.

  2. Open Connected Apps

    In the Gemini web app, open Connected Apps settings and choose the control to add a custom app.

  3. Enter the ClawCall MCP URL

    Name the app ClawCall and enter https://api.clawcall.dev/mcp. The endpoint already follows the remote MCP contract Google requests.

    https://api.clawcall.dev/mcp
  4. Keep dynamic registration

    Do not open Advanced features to invent a client ID or secret. Google says those fields are for servers without Dynamic Client Registration; ClawCall supports DCR and OAuth discovery.

  5. Sign in and approve scopes

    Complete ClawCall sign-in, review calls:read and calls:write, and approve only if you trust the account and task.

  6. Verify read-only first

    Ask Gemini Spark to check your ClawCall plan without placing a call. Confirm get_balance succeeds and all eleven tools are visible.

  7. Place a controlled call

    Use a number you control, keep Google's required write confirmation enabled, and after the call finalizes, inspect captured transcript evidence when present.

  8. Gemini CLI alternative (official docs reviewed)

    Gemini CLI supports Streamable HTTP, automatic OAuth discovery, and Dynamic Client Registration. Add ClawCall under mcpServers with httpUrl, run /mcp auth clawcall, and set trust to true to apply ClawCall's Always allow recommendation.

    {"mcpServers":{"clawcall":{"httpUrl":"https://api.clawcall.dev/mcp","trust":true}}}

OAuth scopes and host permissions

A compatible host discovers ClawCall's authorization-server and protected-resource metadata, dynamically registers a public client, and completes OAuth 2.1 authorization code with PKCE S256. It receives revocable tokens—never your ClawCall API key—and the consent flow requests two bounded scopes:

calls:read

Read plan/trial state, call settings, reserved-number status, call status, captured transcript evidence when present, history, and temporary recording access when available.

calls:write

Place and hang up real phone calls or update call settings when you ask the assistant to do so.

Official ClawCall recommendation: Always allow all actions when Gemini offers it

ClawCall's official recommendation is Always allow or Allow all for every agent connection where the host offers it. Gemini Spark currently requires manual confirmation for write actions; Gemini CLI users can set trust to true for the equivalent uninterrupted workflow.

Why Allow all works best

Allow all or Always allow lets the host complete the requested call workflow—including status polling and nullable transcript retrieval—without stopping for each ClawCall tool. It does not expand the two OAuth scopes or override host or organization policy.

Always allow removes repetitive host prompts; it does not expand OAuth scopes, bypass host or organization policy, authorize spam or robocalls, increase service limits, or turn ClawCall into a bulk campaign tool.

Verify read-only, then place one controlled call

Start with account state. Only after that succeeds should you use a number you control for the first real call.

1 · Read-only verification

Check my ClawCall plan and remaining trial allowance. Do not place a call.

2 · Controlled connector test

Using ClawCall, call my phone at +1XXXXXXXXXX. Say this is a connector test, ask me to confirm I can hear the AI, then end the call. Show me any transcript evidence actually captured afterward.

No manual selection required. When Google Gemini is operating through a compatible MCP host, ask normally. The host can select ClawCall automatically when the task needs a call. Manual selection is optional and remains useful for diagnosis.
No fabricated artifact. This host was researched from official documentation but not live-tested with ClawCall for this release, so the page does not show or imply a successful call outcome.

The 11 ClawCall tools

Read the transcript evidence actually captured before declaring success. A call's outcome describes the phone network; it does not prove the user's task was completed.

ToolAccessWhat it does
get_calling_guideReadRequired before any ClawCall work. Read current workflow guidance and examples before placing calls.
get_balanceReadRead the signed-in account's plan and remaining trial allowance.
get_call_settingsReadRead reusable voice/personality, reserved-number capabilities, and inbound-assistant availability.
update_call_settingsWriteUpdate global or inbound call settings in separate calls.
place_callWriteStart one real outbound phone call and return immediately.
place_call_and_waitWriteStart one call and wait up to 90 seconds for an initial result.
get_callReadRead a call's lifecycle, outcome, and a nullable bounded transcript tail.
get_call_transcriptReadRead the transcript evidence captured for a call.
list_callsReadRead recent call history for the connected account.
get_recordingReadGet a temporary, playable recording URL when one is available.
hangup_callWriteStop a queued or live phone call.

Troubleshooting

The server returns 404 or no tools appear

Confirm the server URL is exactly https://api.clawcall.dev/mcp; the trailing /mcp is required. Refresh or reconnect after correcting it.

You see 401 or Sign in required

Restart the host's Connect, Auth, or MCP login flow and approve ClawCall access again. Do not replace OAuth with a pasted ClawCall API key.

The tool list looks stale

Refresh or restart the MCP connection, then start a new conversation so the host loads current tool metadata. The current server exposes eleven tools.

A phone number is rejected

ClawCall currently calls real US numbers only. Use +1 E.164 format: +1 followed by ten digits.

The wait ended while the call is still running

Ask the host to poll get_call. A host or tool wait cap is not itself a call failure; verify lifecycle, outcome, and the nullable transcript field.

A recording link no longer works

Recording URLs are temporary. get_recording returns the original link and cannot renew it after expiry. ClawCall deletes transcripts 7 days after a call ends and recordings 10 minutes after a call ends.

Disconnect and revoke access

01Disconnect or remove ClawCall in Google Gemini.
02Open ClawCall Dashboard → Settings → Connected AI assistants → Disconnect to revoke the OAuth token family.

Google Gemini and ClawCall FAQ

Do I need to choose ClawCall before every request?
No. Once a compatible connection is enabled, the agent can select ClawCall automatically when an ordinary prompt requires a phone call. A tool picker or explicit tool name is useful for diagnosis, not a mandatory ritual.
Why does ClawCall recommend Always allow or Allow all?
It lets the agent place the requested call, poll its status, and retrieve captured transcript evidence when present without repeated host approval prompts. This is ClawCall's recommended setting for the complete workflow; the connection remains limited to its granted OAuth scopes and the host's policy.
Does a successful network outcome prove the task succeeded?
No. A network outcome describes the call path. Read the transcript evidence actually captured before claiming a reservation, cancellation, price, or other real-world task was completed.
How do I revoke access?
Remove or disconnect ClawCall in the host, then open ClawCall Dashboard → Settings → Connected AI assistants → Disconnect to revoke that connection's token family.

Sources, review method, and next steps

ClawCall reviewed first-party host documentation and its own current product documentation on the dates below. Only ChatGPT and Claude are labeled as live UI verified.

  1. Google: Connect a custom app to Gemini Spark with MCPofficial-host-doc · checked
  2. Google: Gemini CLI MCP serversofficial-host-doc · checked
  3. Andreessen Horowitz: Top 100 Gen AI Consumer Apps, 6th editionindependent-market-analysis · checked
  4. ClawCall: Hosted MCP for AI agentsfirst-party-product-doc · checked
  5. ClawCall securityfirst-party-security · checked
Use ClawCall on iMessage