mcpbeat Sign in

Smartpolicy MCP Server

by smartpolicy-protocol Your server? Claim it
local only

Smartpolicy runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 12 Jul 2026.

Runtime authorization for AI agents and smart contracts via an immutable on-chain policy registry

Installs per day peak 12 · avg 6 · +212% w/w
a month agotoday
48
Installs / week
npm · @smartpolicy/mcp
0
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 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.

Long encoded blob in source mcp/src/deployArtifacts.ts:3
export const registryBytecode = "0x60c060405234801562000010575f80fd5b5060405162002f3038038062002f308339810160408190526200003391620001b3565b856001600160a01b0381166200006357604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6200006e816200012a565b506001600160a01b0385166…

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 smartpolicy -- npx -y @smartpolicy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smartpolicy": {
      "args": [
        "-y",
        "@smartpolicy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.smartpolicy]
command = "npx"
args = ["-y", "@smartpolicy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "smartpolicy": {
      "args": [
        "-y",
        "@smartpolicy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "smartpolicy": {
      "args": [
        "-y",
        "@smartpolicy/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SMARTPOLICY_REGISTRY (PolicyRegistry contract address (omit for the public Sepolia default)), SMARTPOLICY_VERIFIER (GrantVerifier contract address (omit for the public Sepolia default)), SMARTPOLICY_RPC_URL (EVM RPC endpoint (omit for the public Sepolia default)), SMARTPOLICY_ISSUER_KEY (Optional grant-issuer private key; enables the grant_issue tool). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Smartpolicy

same job, measured the same way
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 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
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

202 installs/wk local only
Pentagonal MCP
by achilles1089

AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains

46 installs/wk local only
JSON Contracts
by json-contracts

JSON contract registry and validator for structured LLM and agent outputs.

53 installs/wk local only
Being MCP Server
by ruddia

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

39 installs/wk local only
MCP Gateway
by titus-civic

Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.

answering
Cartograph
by benteigland11

Local-first reusable implementation registry for AI agents and versioned widgets.

160 installs/wk local only

Smartpolicy — questions

Answers built from our own checks of this server.

Why is there no uptime for Smartpolicy?
Smartpolicy 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 npm package @smartpolicy/mcp was installed 48 times last week.
How do I connect Smartpolicy?
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 @smartpolicy/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Smartpolicy?
The npm package @smartpolicy/mcp was installed 48 times in the last week. Week over week that is +212%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smartpolicy open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.