MCP.so
Sign In

JSON-RPC クライアントツール

@yonaka15

About JSON-RPC クライアントツール

This is just a private project, for your reference.

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

yonaka15

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-rcp-server": {
      "command": "node",
      "args": [
        "build/index.js",
        "--help"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is JSON-RPC クライアントツール?

A command-line tool for accessing JSON-RPC APIs. It is a private project intended for reference.

How to use JSON-RPC クライアントツール?

Install dependencies with npm install, build with npm run build, then run commands like node build/index.js --help. Available commands include system-info, echo, and CRUD operations for notes (notes list, notes get, notes create, notes update, notes delete).

Key features of JSON-RPC クライアントツール?

  • Retrieve system information
  • Echo text back
  • List, get, create, update, and delete notes
  • Extensible to support new API endpoints
  • Built with TypeScript

Use cases of JSON-RPC クライアントツール?

  • Interact with any JSON-RPC API from the command line
  • Manage notes via a JSON-RPC backend
  • Test or prototype JSON-RPC endpoints
  • Use as a reference for building custom JSON-RPC clients

FAQ from JSON-RPC クライアントツール?

Comments

More Developer Tools MCP servers