Dev Tools

Build MCP Servers
Without the SDK

Pure JSON-RPC 2.0 over stdio. Zero dependencies. Full Model Context Protocol compliance. Drop it into Claude Desktop and go.

Get the Builder See How It Works
The Problem
MCP server SDKs add complexity you don't need.
You want Claude to talk to your API. You don't want to debug someone else's framework to make it happen.

SDK overhead

Most MCP tutorials start with an SDK that pulls in dozens of transitive dependencies. You inherit their bugs, their breaking changes, and their opinions about how your server should work.

Raw protocol, clean code

MCP Server Builder gives you a working JSON-RPC server with zero external packages. One file. Standard Node.js. You understand every line because there's nothing hidden behind a framework.

What You Get
Production-ready out of the box.
Everything you need to ship a working MCP server, nothing you don't.

Full Protocol Lifecycle

Handles initialize, notifications/initialized, tools/list, and tools/call. Proper handshake sequence, correct response format, no shortcuts.

Spec-Compliant Errors

JSON-RPC 2.0 error codes for parse errors (-32700), invalid requests (-32600), method not found (-32601), and invalid params (-32602). Structured failures, not crashes.

Zero Dependencies

No npm install. No node_modules. Just Node.js 18+ and your code. Works offline, deploys anywhere, audits in minutes.

Reference Tools Included

Ships with echo and add tools as working examples. See the pattern, copy it, add your own tools in minutes.

Clean Extension Model

Add a tool definition to the array, add a handler case, return the result. No decorators, no config files, no build step. Three changes and you're done.

How It Works
Three steps to a working server.
1

Run the server

node pure-jsonrpc-server.js starts reading JSON-RPC from stdin and writing responses to stdout. That's the entire startup sequence.

2

Add your tools

Define a tool in the TOOLS array with a name, description, and input schema. Write a handler function that takes arguments and returns results. No framework to learn.

3

Connect to Claude

Point Claude Desktop, Claude Code, or any MCP client at your server. The protocol handshake happens automatically. Your tools show up in Claude's tool list.

Pricing
Ship your MCP server this week.

One-time purchase. Source code is yours forever.

Solo

$2,000
one-time
  • Full source code
  • JSON-RPC server template
  • Reference tools (echo, add)
  • Extension guide
  • Commercial license (single user)
Get Started

Ready to build?

Tell us which API you need Claude to access. We'll scope it and get back to you within 24 hours.

Get in Touch