streamable-httpupdated 2mo ago
Turn your AI assistant into your Salesforce / HubSpot / ServiceNow operations team.
What can you do with agentic ops?
Buildforce โ Agentic Ops MCP
Turn your AI assistant into your Salesforce / HubSpot / ServiceNow operations team.
Buildforce 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.
- Endpoint:
https://mcp.buildforce.io/mcp(Streamable HTTP) - Auth: OAuth 2.1 + PKCE (authorization server metadata)
- Registry:
io.buildforce/agentic-opson the official MCP registry - Website: buildforce.io/mcp ยท Docs: buildforce.io/docs/mcp ยท Privacy: buildforce.io/privacy ยท Terms: buildforce.io/terms
Install (60 seconds)
Claude (claude.ai / Claude Desktop / Claude Code)
Settings โ Connectors โ Add custom connector โ paste:
https://mcp.buildforce.io/mcp
Sign in (or create a free account) when the OAuth screen appears, then ask:
"Run a Buildforce health check on our Salesforce org."
Claude Code (CLI)
claude mcp add --transport http buildforce https://mcp.buildforce.io/mcp
ChatGPT (Developer Mode / Apps)
Settings โ Connectors โ Add connector โ https://mcp.buildforce.io/mcp (OAuth, supports offline_access refresh tokens).
Gemini CLI
Install as an extension (bundles the consultant context + OAuth config):
gemini extensions install https://github.com/SparkSMB-Tim/buildforce-mcp
Or add the raw MCP server:
gemini mcp add buildforce https://mcp.buildforce.io/mcp --transport http
What it does
~70 tools, capability-gated per organization โ a connected account only sees tools for the platforms it actually has:
| Capability | Examples |
|---|---|
| Health checks (always on) | 200+ checks across security, data quality, automation, adoption, cost; dollar-quantified tech-debt impact; trend prediction; anomaly detection |
| Salesforce | SOQL, metadata, Apex deploy/tests, permission sets, validation rules, sandboxes, Data Cloud (segments, identity resolution, calculated insights), Agentforce agents/topics/actions, OmniStudio |
| Deployment & CI/CD | Environment comparison, deployment preview/validate/execute/rollback, automated pipelines, test orchestration |
| ServiceNow | Instance operations and health |
| HubSpot | CRM operations and health |
Safety model
- Read tools are annotated
readOnlyHint; write tools carrydestructiveHint. - Writes route sandbox-first with explicit production confirmation.
- OAuth-scoped to your org membership โ the server enforces row-level security; no service-role access from the connector.
Pricing
Free 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.
About this repository
This repo hosts the public MCP manifest (server.json) and documentation for the hosted Buildforce connector. The server itself runs on Cloudflare Workers at mcp.buildforce.io.
ยฉ Buildforce ยท buildforce.io
Install
Add agentic ops to your client. Pick the one you use.
claude mcp add --transport http agentic-ops https://mcp.buildforce.io/mcpcodex mcp add agentic-ops --url https://mcp.buildforce.io/mcp{
"mcpServers": {
"agentic-ops": {
"url": "https://mcp.buildforce.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentic-ops": {
"type": "http",
"url": "https://mcp.buildforce.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentic-ops": {
"url": "https://mcp.buildforce.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentic-ops": {
"serverUrl": "https://mcp.buildforce.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 60 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.1.2Latest | Jul 2, 2026 |
| 1.1.1 | Jun 16, 2026 |
| 1.1.0 | Jun 16, 2026 |