Cyb MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CYBER_GATEWAY | Yes | URL for the IPFS gateway on the Cyber network. Required for all operations. | https://gateway.ipfs.cybernode.ai |
| CYBER_RPC_URL | Yes | URL for the Cyber network RPC endpoint. Required for all operations. | https://rpc.bostrom.cybernode.ai |
| CYBER_MNEMONIC | No | Your twelve word mnemonic phrase for the Cyber wallet. Optional - only needed for sendCyberlink tool. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sendCyberlinkC | Create a cyberlink between two IPFS CIDs on the Cyber network |
| searchQueryB | Search the Cyber knowledge graph and optionally retrieve content from IPFS |
| getCyberlinkC | Retrieve content from IPFS by CID through the Cyber gateway |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: getCyberlink retrieves content from IPFS, searchQuery searches the knowledge graph and optionally retrieves content, and sendCyberlink creates links between CIDs. There is no overlap in functionality, making tool selection straightforward for an agent.
The tools follow a consistent verb_noun pattern (getCyberlink, searchQuery, sendCyberlink) with camelCase naming throughout. However, 'searchQuery' uses 'Query' as the noun, which is slightly less descriptive than the others, but overall the naming is highly consistent and predictable.
With 3 tools, this server is well-scoped for its purpose of interacting with the Cyber network and IPFS. Each tool serves a distinct and essential function (retrieval, search, and linking), and there are no extraneous tools, making the count appropriate and efficient.
The toolset covers core operations for the Cyber/IPFS domain: retrieving content, searching the knowledge graph, and creating cyberlinks. Minor gaps might include operations like deleting or updating cyberlinks, but the provided tools enable key workflows without significant dead ends.