BuildForce
Rank #113,962pulsemcp/buildforce
AI-powered enterprise operations automation for Salesforce, HubSpot, and ServiceNow administration.
BuildForce is a Model Context Protocol (MCP) server published by SparkSMB-Tim. It ranks #113,962 of 115,591 servers tracked on MCP Toplist. BuildForce is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jun 19, 2026.
Ranks ahead of 1,629 of 115,591 servers on MCP Toplist.
Use BuildForce
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http buildforce https://mcp.buildforce.io/mcp[mcp_servers.buildforce]
url = "https://mcp.buildforce.io/mcp"Add to ~/.codex/config.toml.
https://mcp.buildforce.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"buildforce": {
"url": "https://mcp.buildforce.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"buildforce": {
"type": "http",
"url": "https://mcp.buildforce.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"buildforce": {
"serverUrl": "https://mcp.buildforce.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"buildforce": {
"url": "https://mcp.buildforce.io/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fbuildforce)<a href="https://mcptoplist.com/server/pulsemcp%2Fbuildforce"><img src="https://mcptoplist.com/badge/pulsemcp%2Fbuildforce.svg" alt="MCP Toplist: #113,962 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
SparkSMB-Tim
Other servers by SparkSMB-Tim
View all SparkSMB-Tim servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains BuildForce?
- BuildForce is maintained by SparkSMB-Tim, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is BuildForce listed on the Official MCP Registry?
- BuildForce is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does BuildForce have?
- BuildForce ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for BuildForce?
- The source code for BuildForce is hosted at github.com/sparksmb-tim/buildforce-mcp.