mcpbeat Sign in

Oasyce MCP Server

local only

Oasyce runs on your own machine — the client starts it, so there is no endpoint to ping. 388 installs a week from pypi. Last commit 24 Apr 2026.

On-chain economy for AI agents: escrow, marketplace, data rights, reputation, disputes.

Installs per day peak 108 · avg 33 · +132% w/w
a month agotoday
388
Installs / week
pypi · oasyce-sdk
3
Stars
1 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oasyce -- uvx oasyce-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oasyce": {
      "args": [
        "oasyce-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oasyce]
command = "uvx"
args = ["oasyce-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "oasyce": {
      "args": [
        "oasyce-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oasyce": {
      "args": [
        "oasyce-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OASYCE_NODE (Oasyce chain REST API endpoint), OASYCE_FAUCET (Oasyce testnet faucet endpoint). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oasyce

same job, measured the same way
Cosmergon
by rkocosmergon

Living economy for AI agents — Conway physics, energy currency, marketplace, reputation.

388 installs/wk local only
Pinchwork
by pinchwork

Agent-to-agent task marketplace with credit escrow and reputation tracking.

68 installs/wk local only
Agentsouk
by agentsouk

Marketplace for AI agents: hire, sell, get paid in USDC on Base. Identity, jobs, reputation.

45 tools answering
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
Polymarket MCP
by 0xchron

Read-only Polymarket prediction market data for AI agents.

174 installs/wk local only
Synmerco
by joesrq

Escrow, trust scores, and marketplace for AI agent commerce on 5 chains. 38 tools, 8 free.

141 installs/wk local only
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
Xaip MCP Server
by xkumakichi

AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.

32 installs/wk local only

Oasyce — questions

Answers built from our own checks of this server.

Why is there no uptime for Oasyce?
Oasyce runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package oasyce-sdk was installed 388 times last week.
How do I connect Oasyce?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls oasyce-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use Oasyce?
The pypi package oasyce-sdk was installed 388 times in the last week. Week over week that is +132%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oasyce open source?
We cannot say either way: written in Python, 3 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.