{
  "markdown": "# Buildforce — Agentic Ops MCP\n\n**Turn your AI assistant into your Salesforce / HubSpot / ServiceNow operations team.**\n\nBuildforce is a hosted (remote) MCP server that connects Claude, ChatGPT, Gemini, and Copilot to the back-end of your SaaS platforms — so your AI can run health checks, quantify configuration debt in dollars, assess deployment safety, and ship approved changes with sandbox-first guardrails.\n\n- **Endpoint:** `https://mcp.buildforce.io/mcp` (Streamable HTTP)\n- **Auth:** OAuth 2.1 + PKCE ([authorization server metadata](https://mcp.buildforce.io/.well-known/oauth-authorization-server))\n- **Registry:** [`io.buildforce/agentic-ops`](https://registry.modelcontextprotocol.io/v0/servers?search=buildforce) on the official MCP registry\n- **Website:** [buildforce.io/mcp](https://www.buildforce.io/mcp) · **Docs:** [buildforce.io/docs/mcp](https://www.buildforce.io/docs/mcp) · **Privacy:** [buildforce.io/privacy](https://www.buildforce.io/privacy) · **Terms:** [buildforce.io/terms](https://www.buildforce.io/terms)\n\n## Install (60 seconds)\n\n### Claude (claude.ai / Claude Desktop / Claude Code)\nSettings → Connectors → **Add custom connector** → paste:\n\n```\nhttps://mcp.buildforce.io/mcp\n```\n\nSign in (or create a free account) when the OAuth screen appears, then ask:\n\n> \"Run a Buildforce health check on our Salesforce org.\"\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add --transport http buildforce https://mcp.buildforce.io/mcp\n```\n\n### ChatGPT (Developer Mode / Apps)\nSettings → Connectors → **Add connector** → `https://mcp.buildforce.io/mcp` (OAuth, supports `offline_access` refresh tokens).\n\n### Gemini CLI\n\nInstall as an extension (bundles the consultant context + OAuth config):\n\n```bash\ngemini extensions install https://github.com/SparkSMB-Tim/buildforce-mcp\n```\n\nOr add the raw MCP server:\n\n```bash\ngemini mcp add buildforce https://mcp.buildforce.io/mcp --transport http\n```\n\n## What it does\n\n~70 tools, capability-gated per organization — a connected account only sees tools for the platforms it actually has:\n\n| Capability | Examples |\n|---|---|\n| **Health checks** (always on) | 200+ checks across security, data quality, automation, adoption, cost; dollar-quantified tech-debt impact; trend prediction; anomaly detection |\n| **Salesforce** | SOQL, metadata, Apex deploy/tests, permission sets, validation rules, sandboxes, Data Cloud (segments, identity resolution, calculated insights), Agentforce agents/topics/actions, OmniStudio |\n| **Deployment & CI/CD** | Environment comparison, deployment preview/validate/execute/rollback, automated pipelines, test orchestration |\n| **ServiceNow** | Instance operations and health |\n| **HubSpot** | CRM operations and health |\n\n### Safety model\n\n- Read tools are annotated `readOnlyHint`; write tools carry `destructiveHint`.\n- Writes route **sandbox-first** with explicit production confirmation.\n- OAuth-scoped to your org membership — the server enforces row-level security; no service-role access from the connector.\n\n## Pricing\n\nFree to start — connect an org and run assessments at no cost. Pay per outcome with credit packs, subscribe to a monthly Connector plan, or go fully managed. See [buildforce.io/pricing](https://www.buildforce.io/pricing).\n\n## About this repository\n\nThis repo hosts the public MCP manifest ([`server.json`](./server.json)) and documentation for the hosted Buildforce connector. The server itself runs on Cloudflare Workers at `mcp.buildforce.io`.\n\n© Buildforce · [buildforce.io](https://www.buildforce.io)\n",
  "bytes": 3522,
  "sha": "4d719489f6323097e98081ee3ed74eb477f8b6927bea1e5c6c50d4a89411e160",
  "repo_slug": "sparksmb-tim/buildforce-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sparksmb_tim_buildforce_mcp_adba19ed/readme"
}