Skip to main content
Glama

ntropy-mcp MCP Server

Official
from . import server import argparse def main(): parser = argparse.ArgumentParser(description='Ntropy MCP Server for enriching banking data using the Ntropy API') parser.add_argument('--api-key', required=True, help='Ntropy API key') args = parser.parse_args() server.main(api_key=args.api_key) __all__ = ['main', 'server']

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ntropy-network/ntropy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server