← averisprotocol.xyz

INDIVIDUAL MCP TOOL

averis_protocol_status

Get live protocol statistics: total value locked, available liquidity, outstanding principal, utilization rate, and Hood security status.

averisprotocol.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://api.averisprotocol.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for averis_protocol_status and invoke it with your own arguments.

Indexed 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 server

averisprotocol.xyz

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.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.

Related tools

  • averis_discover — Discover Averis Protocol capabilities, contract addresses, financing parameters, authentication requirements, and the complete agent journey.
  • averis_check_eligibility — Check whether an agent address is eligible for financing.
  • averis_verify_job — Verify a job is eligible for Averis financing.
  • averis_get_quote — Get a financing quote for a job.
  • averis_request_funding — Validate a funding request and return the draw() calldata for the agent to submit on-chain.
  • averis_pool_status — Get the current state of a job-specific spending pool: balance, amount spent, per-transaction limit, allowed recipients, expiry, and frozen status.
  • averis_position_status — Get the financing position for a job: principal, fee, repayment status, pool address, and whether the position is active, repaid, or in default.
  • averis_repay — For 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.