MCP

Connect HomeForce MCP

Create a HomeForce agent API key, connect the HomeForce MCP endpoint to your AI client, and choose which tools/scopes that key can use. The MCP server publishes the tool shapes; the API key authorizes access to your workspace. Current toolset: homeforce-mcp.v1.

Hosted MCP endpoint

https://mcp.homeforce.ai

Versioned manifest:

https://mcp.homeforce.ai/manifest

Use a bearer token issued by HomeForce:

Authorization: Bearer <HOMEFORCE_AGENT_API_KEY>

Current safe tools

Template publishing and one-off test sends are exposed. Campaign approval, deletion, bulk sends, and provider credential mutation are not exposed through the MCP wrapper.

Local stdio

HOMEFORCE_API_BASE_URL=https://api.homeforce.ai
HOMEFORCE_AGENT_API_TOKEN=...
npm run mcp:homeforce

Operations runbook

Durable controls

Compatibility policy

Within homeforce-mcp.v1, HomeForce may add tools, optional inputs, and response fields. Required input changes, removed tools/scopes, or changed side-effect semantics require a new major toolset version. Deprecated v1 tools remain documented for at least 30 days before removal from a future major version.