npm opencrater-mcpstreamable-httpupdated 2mo ago
An MCP server for OpenCrater — the monetization network for the terminal. Surface OpenCrater inside any MCP client (Claude Code, Codex, …): live network stats, supported AI tools, and how to start earning USDC from your own MCP server or CLI tool.
What can you do with opencrater mcp?
opencrater-mcp
An MCP server for OpenCrater — the monetization network for the terminal. Surface OpenCrater inside any MCP client (Claude Code, Codex, …): live network stats, supported AI tools, and how to start earning USDC from your own MCP server or CLI tool.
No credentials needed — every tool reads public data.
Tools
| Tool | What it returns |
|---|---|
opencrater_network_stats |
Live network momentum — Blips delivered, developers reached, budget committed to creators, USDC earned by maintainers, supported tools. |
opencrater_supported_tools |
The AI coding tools where OpenCrater Blips render. |
opencrater_get_started |
How a maintainer starts earning USDC with OpenCrater. |
Install
Two ways to connect — a local stdio package, or the hosted remote endpoint.
Local (stdio, via npx)
npx opencrater-mcp
{
"mcpServers": {
"opencrater": {
"command": "npx",
"args": ["-y", "opencrater-mcp"]
}
}
}
Hosted (remote, Streamable HTTP)
No install — point any MCP client at the hosted endpoint:
https://opencrater.to/mcp
{
"mcpServers": {
"opencrater": {
"url": "https://opencrater.to/mcp"
}
}
}
Run from source
npm install
npm run build
node dist/index.js
Monetize your tool
If you maintain an MCP server or CLI tool, you can earn USDC with a single tasteful sponsored Blip at a natural pause — free to add, opt-out always a keystroke away. → https://opencrater.to/monetize
License
MIT
Install
Add opencrater mcp to your client. Pick the one you use.
{
"servers": {
"opencrater-mcp": {
"type": "http",
"url": "https://opencrater.to/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add opencrater-mcp -- npx -y opencrater-mcpcodex mcp add opencrater-mcp -- npx -y opencrater-mcpamp mcp add opencrater-mcp -- npx -y opencrater-mcp{
"mcpServers": {
"opencrater-mcp": {
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"opencrater-mcp": {
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"opencrater-mcp": {
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"opencrater-mcp": {
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"opencrater-mcp": {
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"opencrater-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"opencrater-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"opencrater-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"opencrater-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y opencrater-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 tools
opencrater mcp exposes 3 tools to a connected agent.
- opencrater_network_stats
- Live network momentum — Blips delivered, developers reached, budget committed to creators, USDC earned by maintainers, supported tools.
- opencrater_supported_tools
- The AI coding tools where OpenCrater Blips render.
- opencrater_get_started
- How a maintainer starts earning USDC with OpenCrater.
Score
59 / 100
Adequate
- Documentation18/25
- Maintenance16/25
- Trust6/20
- Capability4/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 70 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jun 23, 2026 |