Basic Test
Node.js-based MCP server implementing JSON-RPC 2.0, allowing users to generate random US State and signature soup combinations as a fun and simple tool.
About this tool
Basic Test
Node.js-based MCP server implementing JSON-RPC 2.0, allowing users to generate random US State and signature soup combinations as a fun and simple tool.
Source: https://github.com/tedeh/jayson
Features
- Implements JSON-RPC 2.0 and 1.0 protocol for both server and client in Node.js
- Provides multiple communication interfaces: HTTP, HTTPS, TCP, TLS, WebSocket, and browser-compatible clients
- CLI client available for command-line interaction
- Supports batch requests, notifications, and named parameters
- Middleware for Connect/Express integration
- Customizable request/response handling with reviver and replacer functions
- TypeScript support
- Event-driven: emits events for requests, responses, and errors
- Server can relay requests to other servers (relay/delegation)
- Supports custom method routing and method definition with options
- Context support for passing additional data to method handlers
- Promise-based API available
- Example implementations for various use-cases (batching, notifications, middleware, etc.)
- No special dependencies beyond what can be installed via npm/yarn
Category
reference-implementations-examples
Tags
- reference-implementation
- nodejs
- json
- examples
Pricing
No pricing information provided; open source library.
Loading more......
Information
Categories
Similar Products
6 result(s)Official MCP server for AIStor, directly relevant as a reference implementation for MCP server capabilities.
An example implementation of an MCP server that provides weather data using the National Weather Service API. Serves as a practical reference for building and running MCP servers, highly relevant for developers seeking inspiration or templates for their own MCP servers.
An MCP server that connects to the Layer API service to provide cat facts through a stdio transport server built with the MCP SDK. Relevant as an example of a Model Context Protocol (MCP) server implementation.
An example MCP (Machine Communication Protocol) server implemented in .NET that exposes weather forecast and alert tools, designed specifically for integration with Claude for Desktop. This server demonstrates how to build and configure an MCP server as part of the 'Awesome MCP Servers' ecosystem.
codemcp is a minimal coding agent MCP server that exposes basic tools for reading and writing files and executing command-line operations. It is designed as a simple reference implementation of an MCP-based coding agent.
MCP server for searching Baseline status with the Web Platform API, fitting into the MCP server directory.