Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-clawhub

Official
by AIWerk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLAWHUB_TOKENNoBearer token issued by clawhub.ai. Unlocks auth-only tools and raises rate limits.
CLAWHUB_BASE_URLNoOverride the API base URL. Defaults to https://clawhub.ai/api/v1.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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