MCP server for Murphy's Laws - exposes 1500+ laws to AI agents via Model Context Protocol
| Tool name | Description | Destructive? |
|---|---|---|
| get_law_of_the_day | ✓ no | |
| get_law | ✓ no | |
| submit_law | ✓ no | |
| get_random_law | ✓ no | |
| get_laws_by_category | ✓ no |
| list_categories | ✓ no | |
| search_laws | ✓ no |
{
"mcpServers": {
"murphys-laws": {
"command": "npx",
"args": [
"-y",
"murphys-laws-mcp"
]
}
}
}