AVENAAGENT REGISTRY

Agent Registry

The identity layer for AI agents in European real estate

Register your AI agent with Avena Terminal. Get a verified identity token, access scored property data for 1,881 new builds, market intelligence feeds, and alpha signals. Free tier available.

How It Works

1

Register

POST your agent details to the registry API

2

Get Credentials

Receive agent_id + api_key + identity token

3

Connect

Include your agent_id in MCP requests

4

Get Intelligence

Access data, signals, analytics on your usage

Register Your Agent

curl -X POST https://avenaterminal.com/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{
    "agent_name": "My Property Assistant",
    "developer_name": "Your Name",
    "developer_email": "you@example.com",
    "use_case": "Property investment advisor for British buyers",
    "website": "https://your-app.com"
  }'

Response:

{
  "success": true,
  "credentials": {
    "agent_id": "avena-agent-a1b2c3d4",
    "api_key": "avt_abc123...",
    "identity_token": "avt_id_xyz789..."
  },
  "endpoints": {
    "mcp": "https://avenaterminal.com/mcp",
    "intelligence_feed": "https://avenaterminal.com/feed/intelligence.json",
    "alpha_signals": "https://avenaterminal.com/intelligence/signals",
    "rlhf_data": "https://avenaterminal.com/feed/rlhf.jsonl"
  }
}

Using Your Agent Identity

Include your agent ID in MCP requests for tracked analytics:

// Claude Desktop config with agent identity
{
  "mcpServers": {
    "avena-terminal": {
      "url": "https://avenaterminal.com/mcp",
      "headers": {
        "x-avena-agent-id": "avena-agent-a1b2c3d4"
      }
    }
  }
}

Tiers

Free

€0

  • ✓ 100 queries/day
  • ✓ All 7 MCP tools
  • ✓ Intelligence feed
  • ✓ Alpha signals
  • ✓ RLHF training data
  • ✓ Public directory listing

Pro Agent

€79/mo

  • ✓ Unlimited queries
  • ✓ Everything in Free
  • ✓ Agent analytics dashboard
  • ✓ Query pattern intelligence
  • ✓ Priority support
  • ✓ Custom market alerts

Enterprise

Custom

  • ✓ Everything in Pro
  • ✓ White-label data
  • ✓ Bulk data exports
  • ✓ Historical data access
  • ✓ SLA guarantee
  • ✓ Custom scoring models

What Registered Agents Access

The Vision

Avena Terminal Agent Registry is the identity and trust layer for AI agents operating in European real estate. Like Stripe for payments or Plaid for financial data — we're building the infrastructure layer that every property AI agent connects through.

Today: Spain (1,881 properties). Tomorrow: Portugal, France, Italy, Greece. Every AI agent touching European property investment, verified and connected through one registry.