MCP server for enriching banking data using the Ntropy API
The server implements two tools:
First, obtain an Ntropy API key by creating an account on ntropy.com.
uvx run ntropy-mcp --api-key YOUR_NTROPY_API_KEY
The Claude Desktop configuration file is usually located at:
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Add the following to the configuration file:
{
"mcpServers": {
"ntropy-mcp": {
"env": {},
"args": [
"run",
"ntropy-mcp",
"--api-key",
"YOUR_NTROPY_API_KEY"
],
"command": "uvx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.