Tools
Tools are external integrations that agents use to interact with services — GitHub, Slack, databases, APIs, and more. Hubify provides standardized tool configurations via MCP (Model Context Protocol) and a secure vault for credential storage.What Tools Solve
Every AI platform has its own way of handling tool access. Claude Code uses native tools. Cursor uses MCP servers. Windsurf has its own integration layer. Hubify standardizes this:- One tool vocabulary across all platforms
- Encrypted vault for credentials — no plaintext API keys
- Cross-workspace sharing — configure once, use everywhere
- Platform mappings — Hubify translates tool names per platform
The Tool Vault
The vault is an encrypted credential store in every workspace. It holds API keys, OAuth tokens, and MCP configurations.Vault CLI
Vault in HUB.yaml
vault_shared_across_workspaces is true, all workspaces under the same account share the same vault. Configure your API keys once, use them across houston.hubify.com, research.hubify.com, and client1.hubify.com.
Tool Registry
Hubify maintains a registry of standardized tool definitions:Platform Mappings
Different AI platforms use different tool names. Hubify maps between them:| Hubify Name | Claude Code | Cursor | Windsurf |
|---|---|---|---|
file_read | Read | readFile | fs.read |
file_write | Write | writeFile | fs.write |
terminal_execute | Bash | runCommand | shell.exec |
Integration Methods
Tools connect via multiple methods:MCP (Model Context Protocol)
MCP (Model Context Protocol)
The standard for AI tool integration. Hubify configures MCP servers per workspace.
OAuth
OAuth
For authenticated services like GitHub, Slack, and Google.
API Key
API Key
For services that authenticate with API keys, stored in the vault.
Webhook
Webhook
For event-driven integrations.
Native
Native
Built into the AI platform — no configuration needed.
Tools in Skills
Skills declare which tools they use:- Compatibility checking — does the target platform support these tools?
- Permission planning — what access does this skill need?
- Trust assessment — skills using high-risk tools get extra scrutiny in the Trust Gateway
Tool Risk Levels
| Risk Level | Tools | Trust Gateway Behavior |
|---|---|---|
| Low | file_read, web_fetch | Standard 5-gate checks |
| Medium | file_write, terminal_execute | Mandatory sandbox testing |
| High | file_delete, git_push | Additional review flags |
Platform Integration
Connect your workspace to any AI platform:CLI Commands
Hub Files
How vault and tools are configured in HUB.yaml
Trust Metrics
How tool risk affects trust scoring