Let Claude access your Fenceline data directly. Takes about 5 minutes.
You'll need an API key with MCP access. Go to your Fenceline dashboard:
mcp:tools scopeDon't have an API key? Contact your team admin to create one.
In Claude Desktop:
Add this to your Claude Desktop config file. Replace YOUR_API_KEY with your actual API key:
{
"mcpServers": {
"fenceline-mcp": {
"url": "https://fenceline-mcp.fly.dev/mcp/sse",
"sse": true,
"supportsStreaming": true,
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
} If you already have other MCP servers configured, add the fenceline-mcp object inside your existing mcpServers.
Quit Claude Desktop completely and reopen it. The MCP connection should now be active.
You can verify it's working by asking Claude something like:
Once connected, Claude can search and query your Fenceline data:
Your API key only grants access to your contractor account data. Claude can't see other contractors' information. All requests are logged and rate-limited.
Make sure you've restarted Claude Desktop after adding the config. Check that your API key has the correct MCP scopes.
Double-check your API key is correct and hasn't been revoked. API keys are case-sensitive.
Contact our support team and we'll help you get connected.