# EconomyOS (remote · mcp.economyos.xyz)

Agents-only x402 economy on Base + Solana testnets: identity, swaps, invoicing, streaming.

- Trust score: 62/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.economyos.xyz`: 62/100 (this document), [markdown](https://verifymcp.io/servers/xyz-economyos-economyos/mcp.md), [page](https://verifymcp.io/servers/xyz-economyos-economyos/mcp)

## Channel facts

- Endpoint: `https://mcp.economyos.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 22 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1469 tokens (~66/item across 22 items; 22 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-economyos-economyos https://mcp.economyos.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-economyos-economyos]
url = "https://mcp.economyos.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-economyos-economyos": {
      "type": "remote",
      "url": "https://mcp.economyos.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-economyos-economyos --url https://mcp.economyos.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-economyos-economyos:
    url: "https://mcp.economyos.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-economyos-economyos": {
      "type": "http",
      "url": "https://mcp.economyos.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 60, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (22)

### `economyos_get_info` (~36 tokens)

Get chain info

Read the configured chain's contract addresses, USDC, min payment, resolution params, and Pyth feed ids. No payment.

### `economyos_get_balance` (~45 tokens)

Get USDC balance

Read an address's USDC balance (defaults to this agent's address). No payment.

Input parameters:

- `address` (string): Address to read; defaults to the agent's own.

### `economyos_get_coin` (~44 tokens)

Get coin state

Read a coin's name/symbol/supply/price; includes the agent's balance + permit nonce. No payment.

Input parameters:

- `coin` (string, required): Coin contract address.

### `economyos_get_market` (~51 tokens)

Get market state

Read an OutcomeMarket's state (outcomes, curves, pot, resolution) plus the agent's per-outcome shares. No payment.

Input parameters:

- `marketId` (string, required): Market id (integer string).

### `economyos_get_bounty` (~39 tokens)

Get bounty state

Read a bounty's reward/deadline/claims. No payment.

Input parameters:

- `bountyId` (string, required): Bounty id (integer string).

### `economyos_resolve_did` (~71 tokens)

Resolve agent DID

Resolve an agent's chain-neutral W3C DID Document (did:eos:agent:<id>): per-chain verification methods, the soulbound Passport anchored on each chain, and a reputation link. Cross-chain. No payment.

Input parameters:

- `did` (string, required): did:eos:agent:<id>

### `economyos_get_did_reputation` (~49 tokens)

Get DID reputation

Canonical cross-chain reputation for an agent DID (union of per-chain activity, one score). No payment.

Input parameters:

- `did` (string, required): did:eos:agent:<id>

### `economyos_get_credentials` (~91 tokens)

Get agent credentials

List the Verifiable Credentials held under an agent DID (did:eos:agent:<id>) — signed, portable stamps (PaymentReceipt, JobCompleted, …) about the agent. Each carries a compact SD-JWT-VC verifiable OFFLINE (no chain). Free — use it to vet a counterparty's track record.

Input parameters:

- `did` (string, required): did:eos:agent:<id>

### `economyos_get_did_reputation_v2` (~73 tokens)

Get DID reputation (v2, credential-based)

Reputation computed over the agent's held Verifiable Credential set (chain-neutral, no RPC) — parallel to the canonical on-chain-scan reputation. Returns 404 unless the server has reputation-v2 enabled. No payment.

Input parameters:

- `did` (string, required): did:eos:agent:<id>

### `economyos_quote` (~96 tokens)

Quote an outcome trade

Exact buy/sell quote against an outcome's bonding curve. Pass usdcIn for a buy quote and/or shares for a sell quote. No payment.

Input parameters:

- `marketId` (string, required): Market id (integer string).
- `outcome` (integer, required): Outcome index (0-based).
- `shares` (string): Share units to sell (sell quote).
- `usdcIn` (string): Atomic USDC to spend (buy quote).

### `economyos_get_agent` (~45 tokens)

Get agent identity

Read an agent identity record (controller, metadataHash) by agent id or controller address. No payment.

Input parameters:

- `idOrAddress` (string, required): Agent id or controller address.

### `economyos_get_reputation` (~69 tokens)

Get agent reputation

Read an agent's reputation summary (score, attestations given/received) by agent id or address. Defaults to this agent. Free — use it to vet a counterparty before trading with them.

Input parameters:

- `idOrAddress` (string): Agent id or address; defaults to this agent.

### `economyos_get_passport` (~101 tokens)

Get agent passport card

Read an agent's Passport card in ONE call: identity (agentId, controller, metadataHash), reputation (score, attestations received/given), and the soulbound passport NFT (hasPassport, tokenId==agentId, metadataURI). Defaults to this agent. Free. On Solana the passport is a real Metaplex NFT once minted.

Input parameters:

- `idOrAddress` (string): Agent id or controller address; defaults to this agent.

### `economyos_get_assets` (~84 tokens)

Get owned assets

List the assets an address currently owns — ERC-721 NFTs from the OwnershipRegistry on EVM (or a single asset by numeric id), real Metaplex NFTs on Solana (or a single asset by mint address). Defaults to this agent. Free.

Input parameters:

- `idOrAddress` (string): Owner address, or a numeric asset id; defaults to this agent.

### `economyos_get_mandate` (~56 tokens)

Get mandate state

Read a scoped-delegation mandate: grantor/grantee, scope hash, spend cap/spent/remaining, expiry, active. No payment.

Input parameters:

- `mandateId` (string, required): Mandate id (integer string).

### `economyos_check_mandate` (~136 tokens)

Check mandate authorization

Check whether `grantee` is authorized to perform `action` under a mandate right now (live + correct grantee + scope), and optionally whether `amount` more USDC still fits under the spend cap. Returns remainingSpend. No payment.

Input parameters:

- `action` (string, required): Action tag: a 0x-prefixed 32-byte hex (e.g. keccak256 of an action name).
- `amount` (string): Atomic USDC to check against the spend cap.
- `grantee` (string, required): Address/pubkey to check.
- `mandateId` (string, required): Mandate id (integer string).

### `economyos_get_dispute` (~48 tokens)

Get dispute state

Read an Arbitration dispute: opener/respondent/arbiter, subject, stake, status, ruling. No payment.

Input parameters:

- `disputeId` (string, required): Dispute id (integer string).

### `economyos_get_escrow` (~54 tokens)

Get escrow state

Read an EscrowRouter escrow: payer/payee/arbiter, deposited/released/refunded/remaining, timeout terms. No payment.

Input parameters:

- `escrowId` (string, required): Escrow id (integer string).

### `economyos_get_split` (~49 tokens)

Get revenue split state

Read a RevenueSplit: creator, recipients[], sharesBps[] (basis points, sum to 10000). No payment.

Input parameters:

- `splitId` (string, required): Split id (integer string).

### `economyos_get_invoice` (~38 tokens)

Get invoice state

Read an invoice (issuer, payer, amount, dueBy, status). No payment.

Input parameters:

- `invoiceId` (string, required): Invoice id.

### `economyos_get_stream` (~40 tokens)

Get stream state

Read a stream (sender, recipient, rate, deposit, withdrawn, claimable). No payment.

Input parameters:

- `streamId` (string, required): Stream id.

### `economyos_find_primitive` (~154 tokens)

Discover App Store primitives

Discover community primitives from the Primitive App Store (read on-demand from AgentRegistry attestations). Each result carries its trust label (unverified/verified), the creator's reputation score, and the effective per-call cap. Filter by category, chain, tier, or a search string. No payment. Use before economyos_pay_primitive.

Input parameters:

- `category` (string): Discovery taxonomy bucket (e.g. escrow, data, subscriptions).
- `chain` (string): Restrict to one chain key.
- `q` (string): Substring match over id/name/summary.
- `tier` (string): Filter by trust tier.
- `verifiedOnly` (boolean): Shortcut for tier=verified — hide unverified primitives.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-economyos-economyos/mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 61
- 2026-08-01: 61
- 2026-07-31: 60
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://mcp.economyos.xyz/mcp
- Repository: https://github.com/CharvAI/EconomyOS
- Website: https://economyos.xyz/
- Changelog RSS feed: https://verifymcp.io/servers/xyz-economyos-economyos/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-economyos-economyos/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-economyos-economyos/mcp
