TokenHub MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXA_API_KEY | No | Selects Exa as the default search provider when Brave is not set. | |
| TAVILY_API_KEY | No | Selects Tavily as the default search provider when Brave and Exa are not set. | |
| SERPAPI_API_KEY | No | Selects SerpAPI as the default search provider when the other keyed providers are not set. | |
| BRAVE_SEARCH_API_KEY | No | Selects Brave as the default web_search provider and authenticates Brave Search. | |
| TOKENHUB_ENABLE_FS_MUTATIONS | No | When set to 'true', enables trusted-local filesystem write, move, and delete workflows. Leave unset for read/list behavior. | |
| TOKENHUB_ALLOW_PRIVATE_NETWORK | No | When set to 'true', allows trusted-local web and browser retrieval of localhost, private LAN, and other non-public network targets. Leave unset for public-network-only retrieval. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_capabilitiesA | Find compact internal developer capabilities without loading their full schemas. |
| run_workflowD | Batch a common developer workflow server-side and return summaries plus resource links. |
| retrieve_contextC | Token-budgeted retrieval across files, Git state, and web pages. |
| read_resourceB | Progressively read a TokenHub resource by snippet, line range, or full content. |
| capture_stateC | Store logs, snapshots, or state summaries as resource-linked artifacts. |
| estimate_costB | Estimate tool cost and token savings before an expensive call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/Gravitied/tokenhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server