Obyte MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 21 Aug 2026.
Query Obyte mainnet and testnet: balances, units, autonomous agents, AA state, dry runs, tokens.
We read the source, 11 h ago · rules 3dff92dd89df
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.
const result = spawnSync(command, args, { stdio: "inherit" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add obyte-mcp -- npx -y obyte-mcp
{
"mcpServers": {
"obyte-mcp": {
"args": [
"-y",
"obyte-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.obyte-mcp]
command = "npx"
args = ["-y", "obyte-mcp"]
{
"mcpServers": {
"obyte-mcp": {
"args": [
"-y",
"obyte-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"obyte-mcp": {
"args": [
"-y",
"obyte-mcp"
],
"command": "npx"
}
}
}
Testing, benchmarking and auditing autonomous AI agents — methods, harnesses, evidence
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
An MCP server that provides access to Testiny projects, test cases and test runs
A WCAG accessibility testing MCP for AI agents, Codex, Claude Code, and automated UI audits.
Local test execution and coverage summaries for onboarding agents.
Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.
Help agents automatically write and test stories for your UI components.
Answers built from our own checks of this server.