← moreenergycleanplanet.com
INDIVIDUAL MCP TOOL
score_against_thesis
Classifies a company as thesis-core, thesis-adjacent, or thesis-divergent given a free-text description or a known MECP company slug.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moreenergycleanplanet-com]
url = "https://mcp.moreenergycleanplanet.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moreenergycleanplanet-com": {
"type": "http",
"url": "https://mcp.moreenergycleanplanet.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moreenergycleanplanet-com
Remote MCP URL: https://mcp.moreenergycleanplanet.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moreenergycleanplanet-com": {
"url": "https://mcp.moreenergycleanplanet.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moreenergycleanplanet-com": {
"type": "http",
"url": "https://mcp.moreenergycleanplanet.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moreenergycleanplanet-com",
"transport": "streamable-http",
"url": "https://mcp.moreenergycleanplanet.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_thesis— Returns the full canonical text of MECP's High-Energy Repair thesis (four pillars: Energy Production, Net Zero Emissions, Carbon Removal, Infrastructure Resilience).list_pillars— Returns the four pillars of the High-Energy Repair thesis with one-line framing and color.get_pillar— Returns full detail for one pillar including framing, color, and any headline indicators tagged to it.list_sectors— Returns the full sector taxonomy (≈24 sectors across the four pillars), optionally filtered by pillar slug.get_sector— Returns full detail for one sector — framing, pillar membership, status, and the list of public ecosystem companies tagged to it.list_indicators— Returns scorecard indicators from the MECP dataset, optionally filtered by pillar or sector.get_indicator— Returns full detail for one indicator.search_companies— Searches MECP's public ecosystem map.