FindMyClient MCP Server
Provides a GitHub Actions workflow (.github/workflows/deploy.yml) for building, pushing, and deploying the MCP server to Cloud Run.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FindMyClient MCP Serverfind 50 leads on marketing agencies in Austin, then wait for results (my api_token: fX9...)"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FindMyClient MCP Server (multi-tenant)
Exposes the FindMyClient.org API as MCP tools. Every tool takes api_token as its
first argument -- each caller passes their own FindMyClient token. This server has
no shared credential of its own and never touches your credits when someone else
uses it.
search_leads(api_token, query, max_pages?, max_websites?, max_results?)-- starts an async search jobget_search_status(api_token, job_id)-- polls job statusget_enriched_leads(api_token, job_id)-- fetches validated/scored leads for a completed jobsearch_and_wait(api_token, query, ...)-- does all three in one call (recommended)
Transport: streamable-http -- works as a remote MCP connector, deployable to Cloud Run.
Local run
pip install -r requirements.txt
python server.py
# serves MCP at http://0.0.0.0:8080/mcpNo token needed at startup -- callers supply their own per tool call.
Related MCP server: TikTok MCP Server
Deploy to Cloud Run
Set GitHub repo secrets:
GCP_PROJECT_ID,GCP_SA_KEY(service account JSON with Cloud Run + Artifact Registry/GCR deploy permissions).Push to
main--.github/workflows/deploy.ymlbuilds, pushes, and deploys to Cloud Run (asia-southeast1by default).
No secrets to manage on the server side -- there's no shared FindMyClient token to protect.
Sharing this with others
Give people the deployed URL + /mcp path and tell them: "connect this as an MCP
server, then get your own FindMyClient API token from your dashboard's API Tokens
page and pass it as api_token when you use the tools."
Because tokens are per-call arguments (not stored server-side), this is safe to share broadly:
No one can spend your credits -- they authenticate with their own token.
You're only hosting compute (the Cloud Run container), not liability for API usage.
If someone's MCP client doesn't want to expose a raw token in every call, they can wrap it client-side (e.g. a small config that auto-fills
api_tokenfrom their own env var) -- that's on the client, not this server.
Connect it in Claude
Add as a custom connector using the deployed Cloud Run URL + /mcp path, streamable-http
transport. When prompted by an agent for api_token, supply your own FindMyClient token.
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.
Hosted MCP for verified B2B lead campaigns with success-only billing.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables searching and retrieving researcher profiles, works, affiliations, funding, and peer review records from the ORCID registry via MCP, supporting STDIO or Streamable HTTP.71 npm2Apache 2.0
- AlicenseAqualityAmaintenanceEnables MCP clients to access public TikTok profiles, videos, comments, and keyword search as structured JSON over streamable HTTP, without a TikTok developer account or OAuth.64484 npm3MIT
- AlicenseNot gradedqualityCmaintenanceEnables operating Dataiku DSS projects, datasets, and Agent tools from any MCP client over Streamable HTTP, with read-only by default and secure bearer-token authentication.Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables remote MCP access to CRM data, allowing read-only search of contacts, opportunities, and conversations with user-scoped permissions and RLS preservation.-