API Tools
aiworkshub.io
A registry API for discovering, searching, publishing, and updating public MCP servers and Skills with capability, evidence, trust, and provenance metadata.
ENDPOINT 1
https://aiworkshub.io/mcp
MCP server metadata
- Name
- AIWorksHub Registry
- Version
- 2.0.0
Discover, publish, update, use-report, and submit evidence-bound observations for MCP servers and Skills. Never submit credentials or permanent quality scores.
Known tools 7
list_resourcesList public MCP servers and Skills with capability, readiness, evidence, trust, and pagination filters.
Inferred read-onlyget_resourceRead one resource with its capability profile, evidence, operation impact, provenance, and usage observations.
Inferred read-onlysearch_resourcesSearch MCP servers and Skills by name, bilingual summary, capability, category, or industry.
Inferred read-onlyupdate_resourceUpdate an existing MCP server or Skill by resource_id or canonical_url.
Potential side effectsreport_usageReport a real resource execution result using a stable idempotency key.
Inferred read-onlysubmit_reviewSubmit a structured post-use observation without a permanent quality score.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aiworkshub-registry]
url = "https://aiworkshub.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aiworkshub-registry": {
"type": "http",
"url": "https://aiworkshub.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aiworkshub-registry
Remote MCP URL: https://aiworkshub.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aiworkshub-registry": {
"url": "https://aiworkshub.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aiworkshub-registry": {
"type": "http",
"url": "https://aiworkshub.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aiworkshub-registry",
"transport": "streamable-http",
"url": "https://aiworkshub.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.