Friday AI agent runtime — execute Claude agents with MCP tools, permissions, and session management
| Tool name | Description | Destructive? |
|---|---|---|
| send-email | ✓ no | |
| create-contact | ✓ no | |
| list-contacts | ✓ no | |
| get-contact | ✓ no | |
| update-contact | ✓ no |
| remove-contact⚠ | ⚠ yes | |
| create-broadcast | ✓ no | |
| send-broadcast | ✓ no | |
| list-broadcasts | ✓ no | |
| get-broadcast | ✓ no | |
| remove-broadcast⚠ | ⚠ yes | |
| update-broadcast | ✓ no | |
| create-audience | ✓ no | |
| list-audiences | ✓ no | |
| get-audience | ✓ no | |
| remove-audience⚠ | ⚠ yes |
{
"mcpServers": {
"friday-runtime": {
"command": "npx",
"args": [
"-y",
"friday-runtime"
]
}
}
}