Capital Equipment
by @cesco345
Search, book, and manage scientific research equipment at 200+ institutions with real-time availability, service requests, and collaborator discovery.
clawhub install capneteq-cesco345π About This Skill
functions/src/mcp/openclaw-skill/SKILL.md
Capital Equipment Platform
Find, book, and manage scientific research equipment through your AI assistant. Search 10,000+ instruments across 500+ core facilities at 200+ institutions.
What This Skill Does
Authentication
This skill uses OAuth 2.1 for secure access via the standard MCP OAuth flow:
1. On first use, you will be redirected to the Capital Equipment sign-in page 2. Sign in with your institutional credentials (Google, Microsoft, or email) 3. Authorize the AI assistant to act on your behalf 4. The OAuth token is managed automatically - no API keys needed
Required Scopes: equipment:read, equipment:book, service-requests:write, profile:read
Token Lifetime: 1 hour (refresh tokens issued automatically)
No credentials need to be stored in your OpenClaw configuration.
Setup
Add the MCP server to your OpenClaw configuration:
{
"mcp": {
"servers":
{
"name": "capneteq-cesco345",
"type": "sse",
"url": "[https://capneteq.com/mcpServer/mcp"
}
]
}
}
βοΈ Configuration
Add the MCP server to your OpenClaw configuration:
{
"mcp": {
"servers":
{
"name": "capneteq-cesco345",
"type": "sse",
"url": "[https://capneteq.com/mcpServer/mcp"
}
]
}
}