Catalog
io.github.benjammartin/munition
OfficialMunition
x402-paid Upload and Flight Search tools for AI agents.
Provides file upload and flight search capabilities for AI agent workflows.
README not available yet.
Install
Configuration
Environment variables
MUNITION_API_URLdefault https://api.munition.ioProduction Munition API origin.
claude_desktop_config.json
{
"mcpServers": {
"munition": {
"command": "npx",
"args": [
"-y",
"@munition/mcp@0.0.12"
],
"env": {
"MUNITION_API_URL": "https://api.munition.io"
}
}
}
}