Aganium/agenium
Overview
Aganium bridges MCP servers to the agent:// network, enabling DNS-like identity, discovery, and trust for AI agents. It makes tools discoverable and callable via agent:// URIs with mTLS, trust scores, and capability search.
Capabilities
- • database integration
- • github integration
- • workflow automation support
Best For
Aganium connects MCP servers to the agent:// network, offering AI agent identity, discovery, and secure tool access via agent:// URIs.
Decision Snapshot
Install
detected in docs
Usage
available
Docs
2 links
Capabilities
3 key capabilities detected
- • GitHub stars: 2
- • Forks: 1
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/15/2026
Usage
const client = new AgeniumClient({ && // Required && apiKey: 'dom_xxx', // Your marketplace API key && agentUri: 'agent://myname', // Your agent URIFeatures
- • **agent:// Protocol** — Unique agent identity via URI scheme
- • **DNS Resolution** — Discover agents by name (agent://name → endpoint)
- • **Stateful Sessions** — SQLite-backed persistent sessions
- • **At-Least-Once Delivery** — Outbox pattern for reliable messaging
- • **Circuit Breakers** — Automatic failure detection and recovery
- • **Prometheus Metrics** — Built-in observability
- • Visit marketplace.agenium.net
- • Register a domain name (e.g., agent://myagent)
Use Cases
- • Capability coverage: database integration; github integration.
Supported Clients / Integrations
- • database integration
- • github integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• const client = new AgeniumClient({ && // Required && apiKey: 'dom_xxx', // Your marketplace API key && agentUri: 'agent://myname', // Your agent URI
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: medium
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
hashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker, enabling discovery, registration, and chat with AI agents on the Hashgraph network.
jaspertvdm/mcp-server-ollama-bridge
A bridge connecting MCP to local Ollama LLM servers, enabling use of models like Llama, Mistral, and Qwen through MCP.
jaspertvdm/mcp-server-openai-bridge
A Python bridge connecting MCP to the OpenAI API, enabling access to models like GPT-4 and GPT-4o.
x402-index/x402search-mcp
Search tool for 14,000+ x402-enabled HTTP APIs via keyword. Uses x402 micropayments on Base mainnet (no API keys) with a larger index than other x402 discovery layers.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.