@aiwerk/mcp-server-clawhub
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWHUB_TOKEN | No | Bearer token issued by clawhub.ai. Unlocks auth-only tools and raises rate limits. | |
| CLAWHUB_BASE_URL | No | Override the API base URL. Defaults to https://clawhub.ai/api/v1. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clawhub_searchC | Search skills in the ClawHub.ai catalog. Required: q (search query). Optional: limit, highlightedOnly, nonSuspiciousOnly. |
| clawhub_list_skillsA | List skills in the catalog with cursor pagination. Optional: limit, cursor (from previous response.nextCursor), nonSuspiciousOnly. |
| clawhub_get_skillB | Get full details of a skill by slug (includes latestVersion, owner, moderation). Required: slug. |
| clawhub_list_versionsB | List all versions of a skill. Required: slug. Optional: limit, cursor. |
| clawhub_get_versionB | Get a specific version of a skill, including files and security snapshot. Required: slug, version. |
| clawhub_get_scanA | Get the security scan result for a skill version. Required: slug. Optional: version or tag (defaults to latest). |
| clawhub_get_moderationB | Get moderation details (verdict, reasonCodes, evidence) for a skill. Required: slug. |
| clawhub_get_fileA | Fetch a single raw file from a skill package. Required: slug, path. Optional: version or tag (defaults to latest). Returns the file as text. |
| clawhub_resolveB | Resolve a version of a skill by content hash. Returns the matching version (if any) and the latest version for comparison. Required: slug, hash. |
| clawhub_downloadB | Download a skill as a zip archive. Required: slug. Optional: version or tag (defaults to latest). Response includes base64-encoded zip bytes and size. |
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/AIWerk/mcp-server-clawhub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server