★ 0 stars
Unknown language
🤖 AI/LLM
Updated 15d ago
MCP server for BoomTax tax filing data. Query filings, forms, and e-file status from Claude, Cursor, Copilot, and other AI assistants. IRIS-ready.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"boomtax/mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-server npx -y boomtax/mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"boomtax/mcp-server"
]
}
}
}
Topics
10951099acaaccountingclaudecopilotcursore-filefinancefire-to-irisirisirsmcpmcp-servermodel-context-protocol