🚀 Skyminder MCP

Model Context Protocol Integration for AI Assistants

v1.0.1

🌐 Server-Sent Events (SSE) Version - Recommended

The most advanced way to use Skyminder MCP! Features web-based authentication, real-time updates, session management, and direct PDF downloads. Perfect for Claude Web users.

🔗 SSE Endpoint: https://mcp.bigdataheaven-software.de/sse
🔐 Authentication: https://mcp.bigdataheaven-software.de/auth

📦 NPX Installation Method - Alternative

Traditional installation method for Claude Desktop and terminal usage. Requires local NPX installation and manual credential management.

🏢 Company Search

Search and retrieve detailed company information

📊 Business Reports

Generate comprehensive business intelligence reports

📋 Order Management

Create and track company data orders

👁️ Monitoring

Set up company monitoring and alerts

🛠️ Platform Setup Instructions

🌐 Claude Web (SSE Integration) - RECOMMENDED

🔥 Most Advanced Option: Use Skyminder MCP with Claude Web via Server-Sent Events for the best experience!

Step 1: SSE Connection Endpoint

The main Server-Sent Events endpoint for MCP connections:

https://mcp.bigdataheaven-software.de/sse

Claude Web automatically connects to this endpoint. Authentication is handled separately when needed.

Step 2: Authentication (When Required)

When authentication is needed, you'll be directed to the secure authentication page:

https://mcp.bigdataheaven-software.de/auth

Features: Beautiful web interface with Skyminder & CRIF branding, secure credential entry, session management.

Step 3: Enhanced Authentication Flow

Step 4: Advanced Features Available

✨ Why SSE Version is Better

🚀 What's New in v1.0.1 - SSE Edition

🖥️ Claude Desktop - Alternative Method

Add Skyminder MCP to your Claude Desktop configuration:

Step 1: Locate Configuration File

Windows: %APPDATA%\Claude\claude_desktop_config.json

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Linux: ~/.config/Claude/claude_desktop_config.json

Step 2: Add Configuration

Add this configuration to your claude_desktop_config.json:

{ "mcpServers": { "skyminder": { "command": "npx", "args": ["https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz"], "env": { "SKYMINDER_USERNAME": "your_username", "SKYMINDER_PASSWORD": "your_password" } } } }

Step 3: Restart Claude Desktop

Restart Claude Desktop to load the new MCP server.

💻 Claude Code (Terminal)

Use Skyminder MCP directly in Claude Code via terminal commands:

Method 1: Environment Variables

export SKYMINDER_USERNAME="your_username" export SKYMINDER_PASSWORD="your_password" claude --mcp-server skyminder="npx https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz"

Method 2: Inline Configuration

claude --mcp-server skyminder="npx https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz" \ --mcp-env skyminder="SKYMINDER_USERNAME=your_username,SKYMINDER_PASSWORD=your_password"

Method 3: Configuration File

Create a claude-config.json file:

{ "mcpServers": { "skyminder": { "command": "npx", "args": ["https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz"], "env": { "SKYMINDER_USERNAME": "your_username", "SKYMINDER_PASSWORD": "your_password" } } } }

Then run:

claude --config claude-config.json

🎯 Cursor IDE

Integrate Skyminder MCP with Cursor IDE:

Step 1: Open Cursor Settings

Go to File → Preferences → Settings (or Cursor → Preferences → Settings on macOS)

Step 2: Add MCP Configuration

In the settings, look for "MCP Servers" or "Extensions" and add:

{ "mcp.servers": { "skyminder": { "command": "npx", "args": ["https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz"], "env": { "SKYMINDER_USERNAME": "your_username", "SKYMINDER_PASSWORD": "your_password" } } } }

Step 3: Restart Cursor

Restart Cursor IDE to load the MCP server.

🤖 GitHub Copilot/Agent

Use Skyminder MCP with GitHub's AI tools:

Method 1: VS Code Extension

Create a .vscode/settings.json in your project:

{ "github.copilot.mcp.servers": { "skyminder": { "command": "npx", "args": ["https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz"], "env": { "SKYMINDER_USERNAME": "your_username", "SKYMINDER_PASSWORD": "your_password" } } } }

Method 2: GitHub CLI

gh copilot --mcp-server skyminder="npx https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz" \ --mcp-env "SKYMINDER_USERNAME=your_username,SKYMINDER_PASSWORD=your_password"

Method 3: GitHub Codespaces

Add to your .devcontainer/devcontainer.json:

{ "containerEnv": { "SKYMINDER_USERNAME": "your_username", "SKYMINDER_PASSWORD": "your_password" }, "features": { "mcp-servers": { "skyminder": "npx https://mcp.bigdataheaven-software.de/skyminder/skyminder-mcp-1.0.1.tgz" } } }

🔐 Security Best Practices

✅ Verification

After setup, you should be able to:

🚀 Available Commands

check_authentication

🔐 Check authentication status (automatically called)

search_companies

🏢 Search companies by various parameters

get_company_report

📊 Retrieve detailed company reports

create_company_order

📋 Create new company data orders

search_company_orders

🔍 Search existing orders

enable_monitoring

👁️ Enable company monitoring

create_company_file

📄 Generate report files with download links

get_company_file

⬇️ Retrieve generated files with PDF download

📚 Additional Resources

❓ Troubleshooting

Connection Issues

Configuration Issues

Getting Help

If you encounter issues: