Crustdata Universal MCP Server
README.md
# Crustdata Universal MCP Server
This repository contains an implementation of an Crustdata Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Crustdata's tools and services through a unified API.
The server is built using the Universal MCP framework.
This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.
## Usage
You can start using Crustdata directly from [agentr.dev](https://agentr.dev). Visit [agentr.dev/apps](https://agentr.dev/apps) and enable Crustdata.
If you have not used universal mcp before follow the setup instructions at [agentr.dev/quickstart](https://agentr.dev/quickstart)
## Available Tools
The full list of available tools is at [./src/universal_mcp_crustdata/README.md](./src/universal_mcp_crustdata/README.md)
## Local Development
### š Prerequisites
Ensure you have the following before you begin:
- **Python 3.11+** (recommended)
- **[uv](https://github.com/astral-sh/uv)** (install globally with `pip install uv`)
### š ļø Setup Instructions
Follow the steps below to set up your development environment:
1. **Sync Project Dependencies**
```bash
uv sync
```
This installs all dependencies from `pyproject.toml` into a local virtual environment (`.venv`).
2. **Activate the Virtual Environment**
For Linux/macOS:
```bash
source .venv/bin/activate
```
For Windows (PowerShell):
```powershell
.venv\Scripts\Activate
```
3. **Start the MCP Inspector**
```bash
mcp dev src/universal_mcp_crustdata/server.py
```
This will start the MCP inspector. Make note of the address and port shown in the console output.
4. **Install the Application**
```bash
mcp install src/universal_mcp_crustdata/server.py
```
## š Project Structure
```text
.
āāā src/
ā āāā universal_mcp_crustdata/
ā āāā __init__.py # Package initializer
ā āāā server.py # Server entry point
ā āāā app.py # Application tools
ā āāā README.md # List of application tools
āāā tests/ # Test suite
āāā .env # Environment variables for local development
āāā pyproject.toml # Project configuration
āāā README.md # This file
```
## š License
This project is licensed under the [MIT License](LICENSE).
---
_Generated with **MCP CLI** ā Happy coding! š_
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues