Cookies · Your choice

Analytics cookies, only if you say so

This site uses Google Analytics to count visits and see which pages get read. Those cookies stay off until you allow them. Everything the site needs to work runs without them. Cookie Policy.

This site uses Google Analytics to count visits. You can opt out at any time on Your Privacy Choices. Cookie Policy · Your Privacy Choices

Kevin Fincel · Field dossier← All evidence

Case file · 01 of 07 · White-labeled

Five MCP servers, one encrypted token vault

P.

Problem

The agency uses Google Ads, GA4, Search Console, time-tracking and telephony systems. I wanted agents to work directly with that data. The hosted MCP setup kept losing OAuth tokens on redeploy, forcing people to log in again. Streaming sessions also dropped mid-analysis. Writes were a separate concern: a bad change to an ad account can affect live spend and historical reporting.

A.

Approach

I built five MCP servers on Cloud Run with FastMCP streaming. Instance pinning, session affinity and a one-hour timeout addressed the dropped sessions. OAuth tokens now live in Firestore, encrypted with Fernet; each server has its own key in Secret Manager. Only the organization's Google Workspace accounts can sign in. The Google Ads connector has no mutate tools. Writes happen in separate workspaces where a person reviews them.

R.

Result

The five servers expose 84 tools: 54 for time-tracking and invoicing, 11 for telephony and messaging, 9 for analytics, 7 for Search Console and 3 for ads. They're part of an eleven-connector stack the team uses daily. Tokens survive redeployment. Claude connects through dynamic client registration, people sign in with their Workspace accounts, and API calls use a governed service identity. Each server has a documented connectivity check.

Code-verified

84

TOOLS · 5 SELF-HOSTED SERVERS

  • · 5 custom MCP servers on Cloud Run
  • · 84 tools code-verified across the fleet
  • · 11 total org connectors (6 off-the-shelf + 5 custom)
  • · Encrypted OAuth: Firestore + Fernet + Secret Manager
  • · 0 mutate tools in the ads connector, by design

Fincel Design, LLC · Jacksonville Beach, FL · Est. 2008

PrivacyCookiesYour Privacy Choices

§ Cookies

Choose what this site may keep in your browser. Details for every item are in the Cookie Policy. You can change this at any time from the bottom of any page. Cookie Policy.