Build AI agents that seamlessly combine LLM reasoning with real-world actions via MCP tools — in just a few lines of TypeScript.
| Tool name | Description | Destructive? |
|---|---|---|
| get_user | ✓ no | |
| send_notification | ✓ no | |
| test_tool | ✓ no | |
| remote_greet | ✓ no | |
| remote_fetch | ✓ no |
| echo | ✓ no | |
| mark_item | ✓ no | |
| process_email | ✓ no | |
| fetch_profile | ✓ no | |
| archive_item | ✓ no | |
| process_item | ✓ no | |
| get_item | ✓ no | |
| create_item | ✓ no | |
| list_directory | ✓ no | |
| read_file | ✓ no | |
| write_file⚠ | ⚠ yes | |
| search_files | ✓ no | |
| get_weather | ✓ no | |
| get_forecast | ✓ no | |
| create_task | ✓ no | |
| list_tasks | ✓ no | |
| complete_task | ✓ no | |
| get_sign | ✓ no | |
| get_preferences | ✓ no | |
| list_unread_emails | ✓ no | |
| list_all_unread_emails | ✓ no | |
| get_email_body | ✓ no | |
| create_label | ✓ no | |
| mark_as_spam | ✓ no | |
| mark_as_read | ✓ no | |
| mark_as_important | ✓ no |
{
"mcpServers": {
"volcanodevagent": {
"command": "npx",
"args": [
"-y",
"@volcano.dev/agent"
]
}
}
}