handaas/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
旷湖企业大数据服务MCP is a comprehensive enterprise information query and analysis platform offering structured API access to a wide range of business data.
旷湖企业大数据服务MCP is a Model Context Protocol (MCP) service suite built on the vast enterprise data of 旷湖. It provides users with a one-stop solution for enterprise information query and analysis. The platform covers multiple dimensions of professional data services, including business registration information, risk analysis, intellectual property, geographic distribution, and business insights. Users can easily access comprehensive enterprise information through structured API interfaces, which include basic company information, risk assessment, intellectual property assets, geographic distribution data, business insights, and industry-specific data. This service is designed to support businesses in making informed decisions by providing detailed and up-to-date data on various aspects of enterprise operations.
Features
- Comprehensive enterprise information query and analysis platform.
- Structured API access to business registration, risk, and intellectual property data.
- Geographic distribution and business insights for informed decision-making.
- Industry-specific data services for tailored business analysis.
- Multi-dimensional risk assessment and analysis capabilities.
Usages
usage with local streamable http
{ "mcpServers": { "handaas-mcp-server": { "type": "streamableHttp", "url": "http://127.0.0.1:8000/mcp" } } }
usage with stdio
{ "mcpServers": { "handaas-mcp-server": { "command": "uv", "args": ["run", "mcp", "run", "{workdir}/server/enterprise_mcp_server.py"], "env": { "PATH": "{workdir}/mcp_env/bin:$PATH", "PYTHONPATH": "{workdir}/mcp_env", "INTEGRATOR_ID": "your_integrator_id", "SECRET_ID": "your_secret_id", "SECRET_KEY": "your_secret_key" } } } }
usage with remote service
{ "mcpServers": { "handaas-ent-mcp-server": { "type": "streamableHttp", "url": "https://mcp.handaas.com/enterprise/enterprise_profile?token={token}" } } }