707-command-center-mcp
v1.0.7
Published
MCP server for 707 Command Center — deal management, valuation, and mineral data tools
Downloads
915
Maintainers
Readme
707 Command Center MCP
MCP server for the 707 Command Center — provides deal management, valuation, mineral data, and production tools for Claude Code and Claude Desktop.
Skills (valuation workflows, deal intake, NM pooling, etc.) are bundled and auto-synced to ~/.claude/skills/ on startup.
Setup
You need an API key from your team admin. Then add this config:
Claude Code
Create .mcp.json in your working directory:
{
"mcpServers": {
"707-command-center": {
"command": "npx",
"args": ["-y", "707-command-center-mcp"],
"env": {
"CC_API_KEY": "<your-api-key>",
"CC_BASE_URL": "https://cm8rktcepw.us-east-2.awsapprunner.com"
}
}
}
}Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"707-command-center": {
"command": "npx",
"args": ["-y", "707-command-center-mcp"],
"env": {
"CC_API_KEY": "<your-api-key>",
"CC_BASE_URL": "https://cm8rktcepw.us-east-2.awsapprunner.com"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| health_check | API + DB status |
| deals | List, get, update, HubSpot sync, allocation tables |
| lookup | Wellbore, RRC production/disposition, CONG data, pricing |
| production | Production cache, manual entries |
| valuation | Prelim, refine, validate stubs, finalize |
| energylink | Revenue statement sync and queries |
| transfers | Operator/CAD transfers, contacts, activities |
| inventory | Owned mineral inventory, master leases, tracts |
| mineralholders | Owner lookups, name/address search, import/enrich |
Updates
The package auto-updates — npx -y fetches the latest version each session. Skills are synced to ~/.claude/skills/ on every startup.
