MCP server intelligence profile

openrpc-mpc-server MCP Server

A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC

Local Onlyshanejonas
Awaiting current scanNpm · 0.1.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install openrpc-mcp-server from npm

Version 0.1.2 declares 1 executable entrypoint.

npm install --save-exact openrpc-mcp-server@0.1.2
npx -y -p openrpc-mcp-server@0.1.2 openrpc-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "openrpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "openrpc-mcp-server@0.1.2",
        "openrpc-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugopenrpc-mpc-server-0035bba0DeploymentLocal Only
Canonical packagenpm:openrpc-mcp-serverRepositoryshanejonas/openrpc-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmopenrpc-mcp-server0.1.23Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmopenrpc-mcp-server0.1.2CurrentSep 5, 20262 toolsPartial · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
openrpcServer-reported name
3Capability groups
Aug 17, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
rpc_callCall any JSON-RPC method on a server with parameters. A user would prompt: Call method <method> on <server url> with params <params>
Input schema
{
  "type": "object",
  "properties": {
    "server": {
      "type": "string",
      "description": "Server URL"
    },
    "method": {
      "type": "string",
      "description": "JSON-RPC method name to call"
    },
    "params": {
      "type": "string",
      "description": "Stringified Parameters to pass to the method"
    }
  },
  "required": [
    "server",
    "method"
  ]
}
rpc_discoverThis uses JSON-RPC to call `rpc.discover` which is part of the OpenRPC Specification for discovery for JSON-RPC servers. A user would prompt: What JSON-RPC methods does this server have? <server url>
Input schema
{
  "type": "object",
  "properties": {
    "server": {
      "type": "string",
      "description": "Server URL"
    }
  },
  "required": [
    "server"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

openrpc-mpc-server MCP Server questions

How do I install openrpc-mpc-server MCP Server?

Install the selected package version with: npm install --save-exact openrpc-mcp-server@0.1.2

What tools does openrpc-mpc-server MCP Server provide?

openrpc-mpc-server MCP Server exposed 2 tools during independent protocol observation, including rpc_call, rpc_discover.

Is openrpc-mpc-server MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.