← Registry

General Tools

averisprotocol.xyz

Provides general-purpose tools through the Model Context Protocol.

1 endpoint9 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://api.averisprotocol.xyz/mcp

No auth detected

MCP server metadata

Name
averis-protocol
Version
2.0.0
Capabilities
tools

Known tools 9

averis_discover

Discover Averis Protocol capabilities, contract addresses, financing parameters, authentication requirements, and the complete agent journey.

Inferred read-only
averis_protocol_status

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

Inferred read-only
averis_check_eligibility

Check whether an agent address is eligible for financing.

Inferred read-only
averis_verify_job

Verify a job is eligible for Averis financing.

Inferred read-only
averis_get_quote

Get a financing quote for a job.

Inferred read-only
averis_request_funding

Validate a funding request and return the draw() calldata for the agent to submit on-chain.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.