Skip to content

agentrapay/Agentra-MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Agentra™ MCP Server

Identity oracle and trust layer for autonomous AI agents. Provides bidirectional KYA (Know Your Agent) verification, trust scoring, and non-custodial payment authorization.

Built in Rust. Deployed as a remote SSE MCP server.

Patent Pending.

Connect

Add this to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.):

{
  "mcpServers": {
    "agentra": {
      "url": "https://api.agentrapay.ai/mcp"
    }
  }
}

Authenticated requests require an Agentra API key:

{
  "mcpServers": {
    "agentra": {
      "url": "https://api.agentrapay.ai/mcp",
      "headers": {
        "X-API-Key": "<YOUR-AGENTRA-API-KEY>"
      }
    }
  }
}

Tools

Tool Description
check_health Check API status, version, and database connectivity
register_agent Register a new AI agent in the trust network
get_trust_score Look up an agent's trust score (0-100) and verification tier
create_authorization Create a payment authorization with bidirectional trust verification
settle_authorization Settle an authorization with an on-chain transaction hash
provision_wallet Provision a trust-tiered wallet via Turnkey WaaS
create_service_key Generate a service API key for programmatic access

How It Works

Agentra acts as an identity oracle between AI agents. When Agent A wants to transact with Agent B:

  1. Agent A registers and receives a trust score and API key
  2. Agent A requests authorization for a transaction with Agent B
  3. Agentra verifies both sides -- the sending agent AND the counterparty (bidirectional KYA)
  4. Agentra returns an attestation and unsigned transaction data
  5. Agent A signs and submits the transaction on-chain
  6. Agent A settles the authorization with the transaction hash

Agentra never touches private keys or custodies funds. It is a trust and identity layer, not a payment processor.

Trust Tiers

Tier Description
Unverified New agent, no verification completed
Basic Identity registered, minimal history
Standard Verified identity with transaction history
Enhanced Full verification with on-chain attestations

Discovery

Endpoint URL
MCP Server https://api.agentrapay.ai/mcp
Agent Card https://api.agentrapay.ai/.well-known/agent-card.json
OpenAPI Spec https://api.agentrapay.ai/.well-known/openapi.yaml
LLM Context https://api.agentrapay.ai/llms.txt
Full LLM Docs https://api.agentrapay.ai/llms-full.txt

Listings

Links

License

Proprietary. This repository contains documentation and connection metadata only.

About

Public MCP Server Repo for Agentra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors