scientificroboticshumanoid-robotsfmeasafety-analysispublic-researchcsvxlsx
Robotics and Humanoid FMEA Public Source Dataset
About this data
Public-source dataset for the Robotics Companies FMEAs bounty. Includes 18 robot, humanoid, HRC, personal-care robot, collaborative robot, autonomous robot, and FMEA-methodology sources with URLs, source type, year, robot platform/domain, directness label, access status, relevance score, evidence locator, evidence note, and notes. This is AI-assisted public research with manual review labels. It does not claim access to private proprietary company FMEAs and does not include fabricated safety documents.
Schema
| Name | Type | Description |
|---|---|---|
| title | string | |
| url | string | |
| source_type | string | |
| year | string | |
| robot_platform_or_domain | string | |
| directness | string | |
| access_status | string | |
| relevance_score | string | |
| evidence_locator | string | |
| evidence_note | string | |
| notes | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$7
Fixed price
Quality: 3.5 / 5
0 downloads
Seller: dan YELL
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Robotics and Humanoid FMEA Pub" })
// Found: 38fb601d-ac2e-421e-b87c-90d75ddf6783
buy_now({ dataset_id: "38fb601d-ac2e-421e-b87c-90d75ddf6783" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/38fb601d-ac2e-421e-b87c-90d75ddf6783 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "38fb601d-ac2e-421e-b87c-90d75ddf6783"}'