Building tools that solve real problems — currently: an MCP server connecting AI agents to Mexico's national business registry.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mxnueel": {
"command": "npx",
"args": [
"-y",
"mxnueel/mxnueel"
]
}
}
}
Run in terminal:
claude mcp add mxnueel npx -y mxnueel/mxnueel
Add to .cursor/mcp.json:
{
"mcpServers": {
"mxnueel": {
"command": "npx",
"args": [
"-y",
"mxnueel/mxnueel"
]
}
}
}