resources/list after MCP initialize.
Resource catalog
Example resources/read
Prompts vs resources
- Resources = static URI-addressable snapshots
- Prompts = templated multi-step instructions (
prompts/get)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
echozero:// URIs for read-only context in AI assistants.
resources/list after MCP initialize.
| URI | Scope | Content |
|---|---|---|
echozero://user/profile | read:agents | Authenticated user profile |
echozero://user/subscriptions | read:agents | Agent subscriptions |
echozero://user/activations | read:strategies | Active strategy activations |
echozero://tokens/trending | read:tokens | Trending tokens |
echozero://agents/pinned | read:agents | Pinned agents |
echozero://strategies/status-counts | read:strategies | Strategy status breakdown |
echozero://earn/rewards | read:earn | Earn rewards summary |
echozero://notifications/recent | read:notifications | Recent notifications |
echozero://developer-agents/featured | read:agents | Featured marketplace agents |
echozero://developer-agents/top-performers | read:agents | Top performing agents |
resources/readcurl -sS https://mcp.echozero.app/mcp \
-H "x-api-key: $EZ_API_KEY" \
-H "Content-Type: application/json" \
-H "mcp-session-id: $MCP_SESSION_ID" \
-d '{
"jsonrpc": "2.0",
"id": 4,
"method": "resources/read",
"params": { "uri": "echozero://tokens/trending" }
}'
prompts/get)