MCP Server
Active
io.github.jdhart81/agent-offset-clearinghouse MCP Server
io.github.jdhart81/agent-offset-clearinghouse
What is the io.github.jdhart81/agent-offset-clearinghouse MCP server?
Verified conservation credits matched to agent compute emissions — the conservation flywheel of the
How to install io.github.jdhart81/agent-offset-clearinghouse
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-offset-clearinghouse": {
"url": "https://mcp.viridisconservation.com/offsets/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-offset-clearinghouse": {
"serverUrl": "https://mcp.viridisconservation.com/offsets/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-offset-clearinghouse": {
"type": "http",
"url": "https://mcp.viridisconservation.com/offsets/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agent-offset-clearinghouse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.viridisconservation.com/offsets/mcp"
]
}
}
}Claude Code
claude mcp add --transport http agent-offset-clearinghouse https://mcp.viridisconservation.com/offsets/mcpRelated MCP servers
Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation.
1
View repository →TypeScript
MIT
Compute-is-carbon energy/carbon ledger for agent work with Landauer-limit validation.
0
View repository →Python
The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat
0
View repository →Python
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
0
View repository →Python