╔══════════════════════════════════════════╗
║                                          ║
║   ███╗   ███╗███████╗███╗   ███╗         ║
║   ████╗ ████║██╔════╝████╗ ████║         ║
║   ██╔████╔██║█████╗  ██╔████╔██║         ║
║   ██║╚██╔╝██║██╔══╝  ██║╚██╔╝██║         ║
║   ██║ ╚═╝ ██║██║     ██║ ╚═╝ ██║         ║
║   ╚═╝     ╚═╝╚═╝     ╚═╝     ╚═╝         ║
║                                          ║
║   v1.0 — service discovery              ║
║                                          ║
╚══════════════════════════════════════════╝

A glass box. See exactly what agents see.

9
services indexed
~150
taxonomy terms
<200ms
avg response
4
trust tiers

$ what you're looking at

mfm.dev is a transparency layer — a human-readable window into the machine infrastructure behind madeformachine.com. Both sites are for humans. The difference is the mode: .com is for learning about AI-assisted development; .dev is for inspecting exactly what agents consume.

Agents themselves connect to api.mfm.dev and mcp.mfm.dev — not this site. What you see here is what they see, rendered for human inspection.

$ tools

$ connect your agent

MadeForMachine (MFM) is a structured service catalog for AI agents.

This page is a human-readable visualization. For programmatic access:

  REST API:  https://api.mfm.dev/v1
  MCP:       https://mfm.dev/mcp

Endpoints:
  POST /v1/discover         — find services matching constraints
  GET  /v1/services         — list the full catalog
  GET  /v1/services/:id     — get a single service manifest
  GET  /v1/taxonomy         — browse the capability taxonomy
  GET  /v1/guides/:svc/:fw  — get an integration guide
  GET  /v1/compare          — side-by-side service comparison

No authentication required. All responses are JSON.
copy this text and paste it to your agent