Open-source MCP server providing Indian banking, GST, PAN, postal PIN code, and logistics tools for AI assistants and developer workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"india-business-mcp-s": {
"command": "npx",
"args": [
"-y",
"denispaul2406/india-business-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add india-business-mcp-s npx -y denispaul2406/india-business-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"india-business-mcp-s": {
"command": "npx",
"args": [
"-y",
"denispaul2406/india-business-mcp-server"
]
}
}
}