@nymrel/mcp-hub
OfficialEnables agents to probe local GPU/Ollama status, calculate token dollar savings, and route tasks across Luna/Terra/Sol tiers for local model inference.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@nymrel/mcp-hubAudit https://example.com for commerce readiness and show the score."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@nymrel/mcp-hub
The Premier Unified Model Context Protocol (MCP) Server for Autonomous AI Agents.
Aggregates all 14 Nymrel open-source developer toolchains, execution sandboxes, cryptographic ledgers, and machine-trust engines into a single, zero-dependency MCP server for Claude Desktop, Claude Code, Cursor, Codex, and OpenAI agents.
๐๏ธ System Architecture
+---------------------------------------+
| AI Agent Execution Surface |
| (Claude Code / Cursor / Codex / GPT) |
+-------------------+-------------------+
|
| MCP JSON-RPC 2.0 (stdio)
v
+---------------------------------------------------------------------------------------------------+
| @nymrel/mcp-hub |
| Unified Model Context Protocol Server |
+---------------------------------------------------------------------------------------------------+
| |
| [ TOOLS (14) ] [ RESOURCES (3) ] [ PROMPTS (3) ] |
| - nymrel_ucp_audit - nymrel://status - audit-website-ucp |
| - nymrel_surety_guard - nymrel://ecosystem - secure-agent-command |
| - nymrel_swarm_claim - nymrel://llms-manifest - init-two-seat-mission |
| - nymrel_machine_trust |
| - nymrel_proof_ledger [ DUAL-ENGINE CORE ] |
| - nymrel_crawler_mesh - Node.js 18+ (Pure TypeScript ESM) |
| - nymrel_beacon_ping - Python 3.10+ (Zero-dependency Package) |
| - nymrel_headless_quote |
| - nymrel_local_forge [ PROTOCOL COMPLIANCE ] |
| - nymrel_open_ucp - Specification Version 2024-11-05 |
| - nymrel_sandstorm - RFC-6962 Merkle Tree Hashing |
| - nymrel_a2ui_render - RFC-x402 Micropayment Headers |
| - nymrel_swarm_bus - Google A2UI v0.8 Specification |
| - nymrel_proof_verify - Schema.org JSON-LD Hierarchy |
+---------------------------------------------------------------------------------------------------+Related MCP server: AgentPay MCP Server
โก 1-Line Installation Recipes
1. Claude Desktop
Add @nymrel/mcp-hub to your claude_desktop_config.json file:
macOS / Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nymrel": {
"command": "npx",
"args": ["@nymrel/mcp-hub"]
}
}
}2. Cursor (Composer & Agent Mode)
Create or update .cursor/mcp.json in your workspace root:
{
"mcpServers": {
"nymrel-hub": {
"command": "npx",
"args": ["@nymrel/mcp-hub"]
}
}
}3. Codex CLI & Native Workers
Add to your Codex MCP configuration file:
{
"mcpServers": {
"nymrel": {
"command": "npx",
"args": ["@nymrel/mcp-hub"],
"env": {}
}
}
}4. Python Engine (Pip)
pip install nymrel-mcp-hub
nymrel-mcp --stdio๐งฐ The 14 Aggregated Nymrel Tools
# | MCP Tool Name | Origin Repo | Category | Description |
1 |
|
| Commerce | 7-layer AI Commerce Readiness scorecard, JSON-LD verifier, and /llms.txt compliance grader. |
2 |
|
| Security | Pre-execution safety firewall intercepting destructive shell commands ( |
3 |
|
| Swarms | Distributed directory lock and multi-agent lease coordinator with monotonically increasing fencing tokens. |
4 |
|
| Trust | Dual-Audience engine generating Schema.org JSON-LD ( |
5 |
|
| Security | Attests agent execution with RFC-6962 SHA-256 binary Merkle trees and digital signature receipts. |
6 |
|
| Data | High-throughput clean web crawler & Markdown AST extractor optimized for LLM token savings. |
7 |
|
| Telemetry | Agent liveness heartbeat emitter and active multi-agent fleet presence monitor. |
8 |
|
| Commerce | Instant dynamic pricing formula calculator with Nymrel Warm Paper presets. |
9 |
|
| Models | Probes local GPU/Ollama status, calculates token dollar savings, and routes tasks across Luna/Terra/Sol tiers. |
10 |
|
| Commerce | Universal Commerce Protocol x402 HTTP micropayment challenge handler and AP2 cart negotiation. |
11 |
|
| Security | Zero-Trust Copy-on-Write workspace isolation and secret exfiltration token masking firewall. |
12 |
|
| UI | Google A2UI v0.8 declarative JSON decision cards in signature Warm Paper tokens ( |
13 |
|
| Swarms | Studio task bus message queuing, envelope dispatch, and inter-agent coordination broadcasting. |
14 |
|
| Security | Cryptographically validates RFC-6962 Merkle receipts and digital signatures against tampering. |
๐ก Live MCP Resources
The MCP server exposes live, dynamic resources accessible via the resources/read protocol:
nymrel://status(application/json)
Real-time MCP server telemetry, node/python runtime version, memory RSS footprint, and registered tool counts.nymrel://ecosystem(application/json)
Complete directory catalog of all 14 Nymrel repositories, npm packages, GitHub URLs, categories, and descriptions.nymrel://llms-manifest(text/markdown)
Curated/llms.txtsemantic manifest guiding autonomous AI agents on how to leverage the Nymrel toolchain.
๐ Pre-Built MCP Prompts
audit-website-ucp
Prompts the agent to perform a comprehensive 7-layer AI Commerce Readiness audit on a target URL and produce an actionable fix list.secure-agent-command
Evaluates a proposed terminal command with Surety Guard and Sandstorm secret masking before running it.init-two-seat-mission
Guides the agent to configure a two-seat Command Studio mission (mission_owner+studio_controller) with lease coordination and bus dispatch.
๐จ Dual-Audience Philosophy & Aesthetics
Every tool within @nymrel/mcp-hub is engineered under the Dual-Audience Contract:
For Human Visitors: Elegant, accessible UI styled in warm, lighter tones (Warm Paper
#FAF8F2, cedar green#2A332E, terracotta#A8541F).For Autonomous Machines: Cryptographically verifiable machine trust, RFC-6962 Merkle proofs, RFC-x402 payment headers, and hierarchical Schema.org JSON-LD entity graphs (
parentOrganization: Nymrel -> JalenBuilds LLC).
๐งช Validation & Test Suite
# 1. Typecheck TypeScript
npm run typecheck
# 2. Build TypeScript distribution
npm run build
# 3. Run Node.js native test runner
npm test
# 4. Run Python pytest test suite
pytest๐ License & Organization
Brand: Nymrel
Parent Entity: JalenBuilds LLC
Contact:
contact@jalenbuilds.comLicense: MIT License (2026)
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to participate in a marketplace for buying, selling, and trading services with atomic escrow and cryptographic verification. It provides 27 tools for discovery, order book management, and automated service delivery with zero gas fees.3242MIT
- FlicenseNot gradedqualityAmaintenanceProvides a trust and governance layer for AI agents, enabling secure API access, credential vaulting, paid execution with human approval, and automatic call resume.72
- AlicenseNot gradedqualityDmaintenanceConnects AI agents to decentralized, community-built APIs on Solana, enabling autonomous discovery, payment, and execution of tools without subscriptions or API keys.10MIT
- AlicenseNot gradedqualityDmaintenanceEnables agent settlement, trust verification, and ledger operations for multi-agent workflows, with tools for blueprint management, credit tracking, and provenance recording.1MIT
Related MCP Connectors
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nymrel/nymrel-mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server