General Tools
averisprotocol.xyz
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.averisprotocol.xyz/mcp
MCP server metadata
- Name
- averis-protocol
- Version
- 2.0.0
Known tools 9
averis_discoverDiscover Averis Protocol capabilities, contract addresses, financing parameters, authentication requirements, and the complete agent journey.
Inferred read-onlyaveris_protocol_statusGet live protocol statistics: total value locked, available liquidity, outstanding principal, utilization rate, and Hood security status.
Inferred read-onlyaveris_request_fundingValidate a funding request and return the draw() calldata for the agent to submit on-chain.
Inferred read-onlyaveris_pool_statusGet the current state of a job-specific spending pool: balance, amount spent, per-transaction limit, allowed recipients, expiry, and frozen status.
Inferred read-onlyaveris_position_statusGet the financing position for a job: principal, fee, repayment status, pool address, and whether the position is active, repaid, or in default.
Inferred read-onlyaveris_repayFor OBLIGATION-mode financing positions (jobs without on-chain lien), returns the repayObligation() calldata the agent must submit after job settlement to repay principal and fee.
Inferred read-onlyCONNECT 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.averis-protocol]
url = "https://api.averisprotocol.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"averis-protocol": {
"type": "http",
"url": "https://api.averisprotocol.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: averis-protocol
Remote MCP URL: https://api.averisprotocol.xyz/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": {
"averis-protocol": {
"url": "https://api.averisprotocol.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"averis-protocol": {
"type": "http",
"url": "https://api.averisprotocol.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "averis-protocol",
"transport": "streamable-http",
"url": "https://api.averisprotocol.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.