File size: 35,813 Bytes
c5a5a1d a3116de 2f35f0d a3116de 4a16168 c5a5a1d e4b0c31 a3116de 6dbab6f c5a5a1d a3116de 44e697d a3116de cd2758f a3116de a18d50d ee84e6a a3116de ee84e6a a3116de e4b0c31 a3116de 228f78e c1a84e8 228f78e a3116de 4a16168 e4b0c31 adff627 a3116de adff627 a3116de ee84e6a a3116de ee84e6a a3116de ee84e6a a3116de ee84e6a a3116de ee84e6a a3116de ee84e6a 64af94c e4b0c31 64af94c ee84e6a 64af94c a3116de 86f2cd8 a3116de 228f78e a3116de c1a84e8 228f78e c1a84e8 228f78e c1a84e8 a3116de 228f78e a3116de c1a84e8 228f78e c1a84e8 228f78e c1a84e8 228f78e c1a84e8 228f78e 64af94c 228f78e a3116de ee84e6a e4b0c31 a3116de ee84e6a a3116de e4b0c31 64af94c a3116de e4b0c31 a3116de 228f78e a3116de 3788b21 a3116de 228f78e a3116de c1a84e8 228f78e c1a84e8 228f78e c1a84e8 228f78e a3116de e4b0c31 a3116de 228f78e a3116de 64af94c a3116de 64af94c a3116de 64af94c a3116de 64af94c a3116de e4b0c31 a3116de 64af94c a3116de ee84e6a a3116de ee84e6a 64af94c a3116de e4b0c31 a3116de c1a84e8 a3116de adff627 ee84e6a adff627 a3116de e4b0c31 a3116de ee84e6a a3116de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 |
---
title: TraceMind MCP Server
emoji: π€
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
pinned: true
license: agpl-3.0
short_description: MCP server for agent evaluation with Gemini 2.5 Flash
tags:
- building-mcp-track-enterprise
- mcp
- gradio
- gemini
- agent-evaluation
- leaderboard
---
# TraceMind MCP Server
<p align="center">
<img src="https://raw.githubusercontent.com/Mandark-droid/TraceMind-mcp-server/assets/Logo.png" alt="TraceMind MCP Server Logo" width="200"/>
</p>
**AI-Powered Analysis Tools for Agent Evaluation Data**
[](https://github.com/modelcontextprotocol)
[-blue)](https://github.com/modelcontextprotocol/hackathon)
[](https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind-mcp-server)
[](https://ai.google.dev/)
> **π― Track 1 Submission**: Building MCP (Enterprise)
> **π
MCP's 1st Birthday Hackathon**: November 14-30, 2025
## Overview
TraceMind MCP Server is a Gradio-based MCP (Model Context Protocol) server that provides a complete MCP implementation with:
### ποΈ **Built on Open Source Foundation**
This MCP server is part of a complete agent evaluation ecosystem built on two foundational open-source projects:
**π TraceVerde (genai_otel_instrument)** - Automatic OpenTelemetry Instrumentation
- **What**: Zero-code OTEL instrumentation for LLM frameworks (LiteLLM, Transformers, LangChain, etc.)
- **Why**: Captures every LLM call, tool usage, and agent step automatically
- **Links**: [GitHub](https://github.com/Mandark-droid/genai_otel_instrument) | [PyPI](https://pypi.org/project/genai-otel-instrument)
**π SMOLTRACE** - Agent Evaluation Engine
- **What**: Lightweight, production-ready evaluation framework with OTEL tracing built-in
- **Why**: Generates structured datasets (leaderboard, results, traces, metrics) that this MCP server analyzes
- **Links**: [GitHub](https://github.com/Mandark-droid/SMOLTRACE) | [PyPI](https://pypi.org/project/smoltrace/)
**The Flow**: `TraceVerde` instruments your agents β `SMOLTRACE` evaluates them β `TraceMind MCP Server` provides AI-powered analysis of the results
---
### π οΈ **9 AI-Powered & Optimized Tools**
1. **π analyze_leaderboard**: Generate AI-powered insights from evaluation leaderboard data
2. **π debug_trace**: Debug specific agent execution traces using OpenTelemetry data with AI assistance
3. **π° estimate_cost**: Predict evaluation costs before running with AI-powered recommendations
4. **βοΈ compare_runs**: Compare two evaluation runs with AI-powered analysis
5. **π get_top_performers**: Get top N models from leaderboard (optimized for quick queries, avoids token bloat)
6. **π get_leaderboard_summary**: Get high-level leaderboard statistics (optimized for overview queries)
7. **π¦ get_dataset**: Load SMOLTRACE datasets (smoltrace-* prefix only) as JSON for flexible analysis
8. **π§ͺ generate_synthetic_dataset**: Create domain-specific test datasets for SMOLTRACE evaluations (supports up to 100 tasks with parallel batched generation)
9. **π€ push_dataset_to_hub**: Upload generated datasets to HuggingFace Hub
### π¦ **3 Data Resources**
1. **leaderboard data**: Direct JSON access to evaluation results
2. **trace data**: Raw OpenTelemetry trace data with spans
3. **cost data**: Model pricing and hardware cost information
### π **3 Prompt Templates**
1. **analysis prompts**: Standardized templates for different analysis types
2. **debug prompts**: Templates for debugging scenarios
3. **optimization prompts**: Templates for optimization goals
All analysis is powered by **Google Gemini 2.5 Flash** for intelligent, context-aware insights.
## π Quick Links
- **Gradio UI**: https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind-mcp-server
- **MCP Endpoint (SSE - Recommended)**: `https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse`
- **MCP Endpoint (Streamable HTTP)**: `https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/`
- **Auto-Config**: Add `MCP-1st-Birthday/TraceMind-mcp-server` at https://huggingface.co/settings/mcp
> π‘ **Tip**: Use the Auto-Config link above for the easiest setup! It generates the correct config for your MCP client automatically.
## π± Social Media & Demo
**π’ Announcement Post**: [Coming Soon - X/LinkedIn post]
**π₯ Demo Video**: [Coming Soon - YouTube/Loom link showing MCP server integration with Claude Desktop]
---
## Why This MCP Server?
**Problem**: Agent evaluation generates massive amounts of data (leaderboards, traces, metrics), but developers struggle to:
- Understand which models perform best for their use case
- Debug why specific agent executions failed
- Estimate costs before running expensive evaluations
**Solution**: This MCP server provides AI-powered analysis tools that connect to HuggingFace datasets and deliver actionable insights in natural language.
**Impact**: Developers can make informed decisions about agent configurations, debug issues faster, and optimize costsβall through a simple MCP interface.
## Features
### π― Track 1 Compliance: Building MCP (Enterprise)
- β
**Complete MCP Implementation**: Tools, Resources, AND Prompts
- β
**MCP Standard Compliant**: Built with Gradio's native MCP support (`@gr.mcp.*` decorators)
- β
**Production-Ready**: Deployable to HuggingFace Spaces with SSE transport
- β
**Testing Interface**: Beautiful Gradio UI for testing all components
- β
**Enterprise Focus**: Cost optimization, debugging, decision support, and custom dataset generation
- β
**Google Gemini Powered**: Leverages Gemini 2.5 Flash for intelligent analysis
- β
**17 Total Components**: 11 Tools + 3 Resources + 3 Prompts
### π οΈ Eleven Production-Ready Tools
#### 1. analyze_leaderboard
Analyzes evaluation leaderboard data from HuggingFace datasets and provides:
- Top performers by selected metric (accuracy, cost, latency, CO2)
- Trade-off analysis (e.g., "GPT-4 is most accurate but Llama-3.1 is 25x cheaper")
- Trend identification
- Actionable recommendations
**Example Use Case**: Before choosing a model for production, get AI-powered insights on which configuration offers the best cost/performance for your requirements.
#### 2. debug_trace
Analyzes OpenTelemetry trace data and answers specific questions like:
- "Why was tool X called twice?"
- "Which step took the most time?"
- "Why did this test fail?"
**Example Use Case**: When an agent test fails, understand exactly what happened without manually parsing trace spans.
#### 3. estimate_cost
Predicts costs before running evaluations:
- LLM API costs (token-based)
- HuggingFace Jobs compute costs
- CO2 emissions estimate
- Hardware recommendations
**Example Use Case**: Compare the cost of evaluating GPT-4 vs Llama-3.1 across 1000 tests before committing resources.
#### 4. compare_runs
Compares two evaluation runs with AI-powered analysis across multiple dimensions:
- Success rate comparison with statistical significance
- Cost efficiency analysis (total cost, cost per test, cost per successful test)
- Speed comparison (average duration, throughput)
- Environmental impact (CO2 emissions per test)
- GPU efficiency (for GPU jobs)
**Focus Options**:
- `comprehensive`: Complete comparison across all dimensions
- `cost`: Detailed cost efficiency and ROI analysis
- `performance`: Speed and accuracy trade-off analysis
- `eco_friendly`: Environmental impact and carbon footprint comparison
**Example Use Case**: After running evaluations with two different models, compare them head-to-head to determine which is better for production deployment based on your priorities (accuracy, cost, speed, or environmental impact).
#### 5. get_top_performers
Get top performing models from leaderboard with optimized token usage.
**β‘ Performance Optimization**: This tool returns only the top N models (5-20 runs) instead of loading the full leaderboard dataset (51 runs), resulting in **90% token reduction** compared to using `get_dataset()`.
**When to Use**: Perfect for queries like:
- "Which model is leading?"
- "Show me the top 5 models"
- "What's the best model for cost efficiency?"
**Parameters**:
- `leaderboard_repo` (str): HuggingFace dataset repository (default: "kshitijthakkar/smoltrace-leaderboard")
- `metric` (str): Metric to rank by - "success_rate", "total_cost_usd", "avg_duration_ms", or "co2_emissions_g" (default: "success_rate")
- `top_n` (int): Number of top models to return (range: 1-20, default: 5)
**Returns**: Properly formatted JSON with:
- Metric used for ranking
- Ranking order (ascending/descending)
- Total runs in leaderboard
- Array of top performers with essential fields only (10 fields vs 20+ in full dataset)
**Benefits**:
- β
**Token Reduction**: Returns 5-20 runs instead of all 51 runs (90% fewer tokens)
- β
**Ready to Use**: Properly formatted JSON (no parsing needed, no string conversion issues)
- β
**Pre-Sorted**: Already sorted by your chosen metric
- β
**Essential Data Only**: Includes only 10 essential columns to minimize token usage
**Example Use Case**: An agent needs to quickly answer "What are the top 3 most cost-effective models?" without consuming excessive tokens by loading the entire leaderboard dataset.
#### 6. get_leaderboard_summary
Get high-level leaderboard statistics without loading individual runs.
**β‘ Performance Optimization**: This tool returns only aggregated statistics instead of raw data, resulting in **99% token reduction** compared to using `get_dataset()` on the full leaderboard.
**When to Use**: Perfect for overview queries like:
- "How many runs are in the leaderboard?"
- "What's the average success rate across all models?"
- "Give me an overview of evaluation results"
**Parameters**:
- `leaderboard_repo` (str): HuggingFace dataset repository (default: "kshitijthakkar/smoltrace-leaderboard")
**Returns**: Properly formatted JSON with:
- Total runs count
- Unique models and submitters count
- Overall statistics (avg/best/worst success rates, avg cost, avg duration, total CO2)
- Breakdown by agent type (tool/code/both)
- Breakdown by provider (litellm/transformers)
- Top 3 models by success rate
**Benefits**:
- β
**Extreme Token Reduction**: Returns summary stats instead of 51 runs (99% fewer tokens)
- β
**Ready to Use**: Properly formatted JSON (no parsing needed)
- β
**Comprehensive Stats**: Includes averages, distributions, and breakdowns
- β
**Quick Insights**: Perfect for "overview" and "summary" questions
**Example Use Case**: An agent needs to provide a high-level overview of evaluation results without loading 51 individual runs and consuming 50K+ tokens.
#### 7. get_dataset
Loads SMOLTRACE datasets from HuggingFace and returns raw data as JSON:
- Simple, flexible tool that returns complete dataset with metadata
- Works with any dataset containing "smoltrace-" prefix
- Returns total rows, columns list, and data array
- Automatically sorts by timestamp if available
- Configurable row limit (1-200) to manage token usage
**β οΈ Important**: For leaderboard queries, **prefer using `get_top_performers()` or `get_leaderboard_summary()` instead** - they're specifically optimized to avoid token bloat!
**Security Restriction**: Only datasets with "smoltrace-" in the repository name are allowed.
**Primary Use Cases**:
- Load `smoltrace-results-*` datasets to see individual test case details
- Load `smoltrace-traces-*` datasets to access OpenTelemetry trace data
- Load `smoltrace-metrics-*` datasets to get GPU performance data
- For leaderboard queries: **Use `get_top_performers()` or `get_leaderboard_summary()` instead!**
**Recommended Workflow**:
1. For overview: Use `get_leaderboard_summary()` (99% token reduction)
2. For top N queries: Use `get_top_performers()` (90% token reduction)
3. For specific run IDs: Use `get_dataset()` only when you need non-leaderboard datasets
**Example Use Case**: When you need to load trace data or results data for a specific run, use `get_dataset("username/smoltrace-traces-gpt4")`. For leaderboard queries, use the optimized tools instead.
#### 8. generate_synthetic_dataset
Generates domain-specific synthetic test datasets for SMOLTRACE evaluations using Google Gemini 2.5 Flash:
- AI-powered task generation tailored to your domain
- Custom tool specifications
- Configurable difficulty distribution (balanced, easy_only, medium_only, hard_only, progressive)
- Target specific agent types (tool, code, or both)
- Output follows SMOLTRACE task format exactly
- Supports up to 100 tasks with parallel batched generation
**SMOLTRACE Task Format**:
Each generated task includes:
```json
{
"id": "unique_identifier",
"prompt": "Clear, specific task for the agent",
"expected_tool": "tool_name",
"expected_tool_calls": 1,
"difficulty": "easy|medium|hard",
"agent_type": "tool|code",
"expected_keywords": ["keyword1", "keyword2"]
}
```
**Enterprise Use Cases**:
- **Custom Tools**: Create benchmarks for your proprietary APIs and tools
- **Industry-Specific**: Generate tasks for finance, healthcare, legal, manufacturing, etc.
- **Internal Workflows**: Test agents on company-specific processes
- **Rapid Prototyping**: Quickly create evaluation datasets without manual curation
**Difficulty Calibration**:
- **Easy** (40%): Single tool call, straightforward input, clear expected output
- **Medium** (40%): Multiple tool calls OR complex input parsing OR conditional logic
- **Hard** (20%): Multiple tools, complex reasoning, edge cases, error handling
**Output Includes**:
- `dataset_info`: Metadata (domain, tools, counts, timestamp)
- `tasks`: Ready-to-use SMOLTRACE task array
- `usage_instructions`: Step-by-step guide for HuggingFace upload and SMOLTRACE usage
**Example Use Case**: A financial services company wants to evaluate their customer service agent that uses custom tools for stock quotes, portfolio analysis, and transaction processing. They use this tool to generate 50 realistic tasks covering common customer inquiries across different difficulty levels, then run SMOLTRACE evaluations to benchmark different LLM models before deployment.
#### 9. push_dataset_to_hub
Upload generated datasets to HuggingFace Hub with proper formatting and metadata:
- Automatically formats data for HuggingFace datasets library
- Handles authentication via HF_TOKEN
- Validates dataset structure before upload
- Supports both public and private datasets
- Adds comprehensive metadata (description, tags, license)
- Creates dataset card with usage instructions
**Parameters**:
- `dataset_name`: Repository name on HuggingFace (e.g., "username/my-dataset")
- `data`: Dataset content (list of dictionaries or JSON string)
- `description`: Dataset description for the card
- `private`: Whether to make the dataset private (default: False)
**Example Workflow**:
1. Generate synthetic dataset with `generate_synthetic_dataset`
2. Review and modify tasks if needed
3. Upload to HuggingFace with `push_dataset_to_hub`
4. Use in SMOLTRACE evaluations or share with team
**Example Use Case**: After generating a custom evaluation dataset for your domain, upload it to HuggingFace to share with your team, version control your benchmarks, or make it publicly available for the community.
## MCP Resources Usage
Resources provide direct data access without AI analysis:
```python
# Access leaderboard data
GET leaderboard://kshitijthakkar/smoltrace-leaderboard
# Returns: JSON with all evaluation runs
# Access specific trace
GET trace://trace_abc123/username/agent-traces-gpt4
# Returns: JSON with trace spans and attributes
# Get model cost information
GET cost://model/openai/gpt-4
# Returns: JSON with pricing and hardware costs
```
## MCP Prompts Usage
Prompts provide reusable templates for standardized interactions:
```python
# Get analysis prompt template
analysis_prompt(analysis_type="leaderboard", focus_area="cost", detail_level="detailed")
# Returns: "Provide a detailed analysis. Analyze cost efficiency in the leaderboard..."
# Get debug prompt template
debug_prompt(debug_type="performance", context="tool_calling")
# Returns: "Analyze tool calling performance. Identify which tools are slow..."
# Get optimization prompt template
optimization_prompt(optimization_goal="cost", constraints="maintain_quality")
# Returns: "Analyze this evaluation setup and recommend cost optimizations..."
```
Use these prompts when interacting with the tools to get consistent, high-quality analysis.
## Quick Start
### 1. Installation
```bash
git clone https://github.com/Mandark-droid/TraceMind-mcp-server.git
cd TraceMind-mcp-server
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies (note: gradio[mcp] includes MCP support)
pip install -r requirements.txt
```
### 2. Environment Setup
Create `.env` file:
```bash
cp .env.example .env
# Edit .env and add your API keys
```
Get your keys:
- **Gemini API Key**: https://ai.google.dev/
- **HuggingFace Token**: https://huggingface.co/settings/tokens
### 3. Run Locally
```bash
python app.py
```
Open http://localhost:7860 to test the tools via Gradio interface.
### 4. Test with Live Data
Try the live example with real HuggingFace dataset:
**In the Gradio UI, Tab "π Analyze Leaderboard":**
```
Leaderboard Repository: kshitijthakkar/smoltrace-leaderboard
Metric Focus: overall
Time Range: last_week
Top N Models: 5
```
Click "π Analyze" and get AI-powered insights from live data!
## π― For Hackathon Judges & Visitors
### Using Your Own API Keys (Recommended)
This MCP server has pre-configured API keys in HuggingFace Spaces Secrets for quick testing. However, **to prevent credit issues during evaluation**, we strongly recommend using your own API keys:
#### Option 1: Configure in MCP Server UI (Simplest)
1. **Open the MCP Server Space**: https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind-mcp-server
2. Navigate to the **βοΈ Settings** tab
3. Enter your own **Gemini API Key** and **HuggingFace Token**
4. Click **"Save & Override Keys"**
5. β
Your keys will be used for all MCP tool calls in this session
**Then you can**:
- Use any tool in the tabs above
- Connect from TraceMind-AI (it will automatically use your keys configured here)
- Test with Claude Desktop (will use your keys)
#### Option 2: For TraceMind-AI Integration
If you're testing the complete TraceMind platform (Track 2 - MCP in Action):
1. **Configure MCP Server** (as described above)
2. **Open TraceMind-AI**: https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind
3. Navigate to **βοΈ Settings** in TraceMind-AI
4. Enter your API keys there as well
5. β
Both apps will use your keys
### Why Two Settings Screens?
- **TraceMind-AI** (Track 2) is the user-facing UI - calls MCP server for intelligent analysis
- **TraceMind MCP Server** (Track 1) is the backend service - provides MCP tools
- They run in **separate browser sessions** β need separate configuration
- Configuring both ensures your keys are used throughout the evaluation flow
### Getting Free API Keys
Both APIs have generous free tiers perfect for hackathon evaluation:
**Google Gemini API Key**:
- Go to https://ai.google.dev/
- Click "Get API Key" β Create project β Generate key
- **Free tier**: 1,500 requests/day
**HuggingFace Token**:
- Go to https://huggingface.co/settings/tokens
- Click "New token" β Name it (e.g., "TraceMind Access")
- **Permissions**:
- Select "Read" for viewing datasets (sufficient for most tools)
- Select "Write" if you want to use `push_dataset_to_hub` tool to upload synthetic datasets
- **Recommended**: Use "Write" permissions for full functionality
- No rate limits for public dataset access
### Default Configuration (If You Don't Configure)
If you don't configure your own keys, the MCP server will use our pre-configured keys from HuggingFace Spaces Secrets. This is fine for quick testing, but please note:
- Uses our API credits
- May hit rate limits during high traffic
- Recommended only for brief testing
## MCP Integration
### How It Works
This Gradio app uses `mcp_server=True` in the launch configuration, which automatically:
- Exposes all async functions with proper docstrings as MCP tools
- Handles MCP protocol communication
- Provides MCP interfaces via:
- **Streamable HTTP** (recommended) - Modern streaming protocol
- **SSE** (deprecated) - Server-Sent Events for legacy compatibility
### Connecting from MCP Clients
Once deployed to HuggingFace Spaces, your MCP server will be available at:
**π― MCP Endpoint (SSE - Recommended)**:
```
https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse
```
**MCP Endpoint (Streamable HTTP)**:
```
https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/
```
**Note**: Both SSE and Streamable HTTP endpoints are fully supported. The SSE endpoint is recommended for most MCP clients.
### β¨ Easiest Way to Connect
**Recommended for all users** - HuggingFace provides an automatic configuration generator:
1. **Visit**: https://huggingface.co/settings/mcp (while logged in)
2. **Add Space**: Enter `MCP-1st-Birthday/TraceMind-mcp-server`
3. **Select Client**: Choose Claude Desktop, VSCode, Cursor, etc.
4. **Copy Config**: Get the auto-generated configuration snippet
5. **Paste & Restart**: Add to your client's config file and restart
This automatically configures the correct endpoint URL and transport method for your chosen client!
### π§ Manual Configuration (Advanced)
If you prefer to manually configure your MCP client:
**Claude Desktop (`claude_desktop_config.json`)**:
```json
{
"mcpServers": {
"tracemind": {
"url": "https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse",
"transport": "sse"
}
}
}
```
**VSCode / Cursor (`settings.json` or `.cursor/mcp.json`)**:
```json
{
"mcp.servers": {
"tracemind": {
"url": "https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/",
"transport": "streamable-http"
}
}
}
```
**Cline / Other MCP Clients**:
- **URL**: `https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse`
- **Transport**: `sse` (or use streamable HTTP endpoint with `streamable-http` transport)
### β Connection FAQ
**Q: Which endpoint should I use?**
A: Use the **Streamable HTTP endpoint** (`/gradio_api/mcp/`) for all new connections. It's the modern, recommended protocol.
**Q: My client only supports SSE. What should I do?**
A: Use the SSE endpoint (`/gradio_api/mcp/sse`) for now, but note that it's deprecated. Consider upgrading your client if possible.
**Q: What's the difference between the two transports?**
A: Streamable HTTP is the newer, more efficient protocol with better error handling and performance. SSE is the legacy protocol being phased out.
**Q: How do I test if my connection works?**
A: After configuring your client, restart it and look for "tracemind" in your available MCP tools/servers. You should see 7 tools, 3 resources, and 3 prompts.
**Q: Can I use this MCP server without authentication?**
A: The MCP endpoint is publicly accessible. However, the tools may require HuggingFace datasets to be public or accessible with your HF token (configured server-side).
### Available MCP Components
**Tools** (9):
1. **analyze_leaderboard**: AI-powered leaderboard analysis with Gemini 2.5 Flash
2. **debug_trace**: Trace debugging with AI insights
3. **estimate_cost**: Cost estimation with optimization recommendations
4. **compare_runs**: Compare two evaluation runs with AI-powered analysis
5. **get_top_performers**: Get top N models from leaderboard (optimized, 90% token reduction)
6. **get_leaderboard_summary**: Get leaderboard statistics (optimized, 99% token reduction)
7. **get_dataset**: Load SMOLTRACE datasets (smoltrace-* only) as JSON
8. **generate_synthetic_dataset**: Create domain-specific test datasets with AI
9. **push_dataset_to_hub**: Upload datasets to HuggingFace Hub
**Resources** (3):
1. **leaderboard://{repo}**: Direct access to raw leaderboard data in JSON
2. **trace://{trace_id}/{repo}**: Direct access to trace data with spans
3. **cost://model/{model_name}**: Model pricing and hardware cost information
**Prompts** (3):
1. **analysis_prompt**: Reusable templates for different analysis types
2. **debug_prompt**: Reusable templates for debugging scenarios
3. **optimization_prompt**: Reusable templates for optimization goals
See full API documentation in the Gradio interface under "π API Documentation" tab.
## Architecture
```
TraceMind-mcp-server/
βββ app.py # Gradio UI + MCP server (mcp_server=True)
βββ gemini_client.py # Google Gemini 2.5 Flash integration
βββ mcp_tools.py # 7 tool implementations
βββ requirements.txt # Python dependencies
βββ .env.example # Environment variable template
βββ .gitignore
βββ README.md
```
**Key Technologies**:
- **Gradio 6 with MCP support**: `gradio[mcp]` provides native MCP server capabilities
- **Google Gemini 2.5 Flash**: Latest AI model for intelligent analysis
- **HuggingFace Datasets**: Data source for evaluations
- **Streamable HTTP Transport**: Modern streaming protocol for MCP communication (recommended)
- **SSE Transport**: Server-Sent Events for legacy MCP compatibility (deprecated)
## Deploy to HuggingFace Spaces
### 1. Create Space
Go to https://huggingface.co/new-space
- **Space name**: `TraceMind-mcp-server`
- **License**: AGPL-3.0
- **SDK**: Gradio
- **Hardware**: CPU Basic (free tier works fine)
### 2. Add Files
Upload all files from this repository to your Space:
- `app.py`
- `gemini_client.py`
- `mcp_tools.py`
- `requirements.txt`
- `README.md`
### 3. Add Secrets
In Space settings β Variables and secrets, add:
- `GEMINI_API_KEY`: Your Gemini API key
- `HF_TOKEN`: Your HuggingFace token
### 4. Add Hackathon Tag
In Space settings β Tags, add:
- `building-mcp-track-enterprise`
### 5. Access Your MCP Server
Your MCP server will be publicly available at:
**Gradio UI**:
```
https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind-mcp-server
```
**MCP Endpoint (SSE - Recommended)**:
```
https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/sse
```
**MCP Endpoint (Streamable HTTP)**:
```
https://mcp-1st-birthday-tracemind-mcp-server.hf.space/gradio_api/mcp/
```
Use the **Easiest Way to Connect** section above to configure your MCP client automatically!
## Testing
### Test 1: Analyze Leaderboard (Live Data)
```bash
# In Gradio UI - Tab "π Analyze Leaderboard":
Repository: kshitijthakkar/smoltrace-leaderboard
Metric: overall
Time Range: last_week
Top N: 5
Click "π Analyze"
```
**Expected**: AI-generated analysis of top performing models from live HuggingFace dataset
### Test 2: Estimate Cost
```bash
# In Gradio UI - Tab "π° Estimate Cost":
Model: openai/gpt-4
Agent Type: both
Number of Tests: 100
Hardware: auto
Click "π° Estimate"
```
**Expected**: Cost breakdown with LLM costs, HF Jobs costs, duration, and CO2 estimate
### Test 3: Debug Trace
Note: This requires actual trace data from an evaluation run. For testing purposes, this will show an error about missing data, which is expected behavior.
## Hackathon Submission
### Track 1: Building MCP (Enterprise)
**Tag**: `building-mcp-track-enterprise`
**Why Enterprise Track?**
- Solves real business problems (cost optimization, debugging, decision support)
- Production-ready tools with clear ROI
- Integrates with enterprise data infrastructure (HuggingFace datasets)
**Technology Stack**
- **AI Analysis**: Google Gemini 2.5 Flash for all intelligent insights
- **MCP Framework**: Gradio 6 with native MCP support
- **Data Source**: HuggingFace Datasets
- **Transport**: Streamable HTTP (recommended) and SSE (deprecated)
## Related Project: TraceMind-AI (Track 2)
This MCP server is designed to be consumed by **[TraceMind-AI](https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind)** (separate submission for Track 2: MCP in Action).
**Links**:
- **Live Demo**: https://huggingface.co/spaces/MCP-1st-Birthday/TraceMind
- **GitHub**: https://github.com/Mandark-droid/TraceMind-AI
TraceMind-AI is a Gradio-based agent evaluation platform that uses these MCP tools to provide:
- AI-powered leaderboard insights with autonomous agent chat
- Interactive trace debugging with MCP-powered Q&A
- Real-time cost estimation and comparison
- Complete evaluation workflow visualization
## File Descriptions
### app.py
Main Gradio application with:
- Testing UI for all 7 tools
- MCP server enabled via `mcp_server=True`
- API documentation
### gemini_client.py
Google Gemini 2.5 Flash client that:
- Handles API authentication
- Provides specialized analysis methods for different data types
- Formats prompts for optimal results
- Uses `gemini-2.5-pro-latest` model (can switch to `gemini-2.5-flash-latest`)
### mcp_tools.py
Complete MCP implementation with 13 components:
**Tools** (9 async functions):
- `analyze_leaderboard()`: AI-powered leaderboard analysis
- `debug_trace()`: AI-powered trace debugging
- `estimate_cost()`: AI-powered cost estimation
- `compare_runs()`: AI-powered run comparison
- `get_top_performers()`: Optimized tool to get top N models (90% token reduction)
- `get_leaderboard_summary()`: Optimized tool for leaderboard statistics (99% token reduction)
- `get_dataset()`: Load SMOLTRACE datasets as JSON (use optimized tools for leaderboard!)
- `generate_synthetic_dataset()`: Create domain-specific test datasets with AI
- `push_dataset_to_hub()`: Upload datasets to HuggingFace Hub
**Resources** (3 decorated functions with `@gr.mcp.resource()`):
- `get_leaderboard_data()`: Raw leaderboard JSON data
- `get_trace_data()`: Raw trace JSON data with spans
- `get_cost_data()`: Model pricing and hardware cost JSON
**Prompts** (3 decorated functions with `@gr.mcp.prompt()`):
- `analysis_prompt()`: Templates for different analysis types
- `debug_prompt()`: Templates for debugging scenarios
- `optimization_prompt()`: Templates for optimization goals
Each function includes:
- Appropriate decorator (`@gr.mcp.tool()`, `@gr.mcp.resource()`, or `@gr.mcp.prompt()`)
- Detailed docstring with "Args:" section
- Type hints for all parameters and return values
- Descriptive function name (becomes the MCP component name)
## Environment Variables
Required environment variables:
```bash
GEMINI_API_KEY=your_gemini_api_key_here
HF_TOKEN=your_huggingface_token_here
```
## Development
### Running Tests
```bash
# Test Gemini client
python -c "from gemini_client import GeminiClient; client = GeminiClient(); print('β
Gemini client initialized')"
# Test with live leaderboard data
python app.py
# Open browser, test "Analyze Leaderboard" tab
```
### Adding New Tools
To add a new MCP tool (with Gradio's native MCP support):
1. **Add function to `mcp_tools.py`** with proper docstring:
```python
async def your_new_tool(
gemini_client: GeminiClient,
param1: str,
param2: int = 10
) -> str:
"""
Brief description of what the tool does.
Longer description explaining the tool's purpose and behavior.
Args:
gemini_client (GeminiClient): Initialized Gemini client for AI analysis
param1 (str): Description of param1 with examples if helpful
param2 (int): Description of param2. Default: 10
Returns:
str: Description of what the function returns
"""
# Your implementation
return result
```
2. **Add UI tab in `app.py`** (optional, for testing):
```python
with gr.Tab("Your Tool"):
# Add UI components
# Wire up to your_new_tool()
```
3. That's it! Gradio automatically exposes it as an MCP tool based on:
- Function name (becomes tool name)
- Docstring (becomes tool description)
- Args section (becomes parameter descriptions)
- Type hints (become parameter types)
### Switching to Gemini 2.5 Flash
For faster (but slightly less capable) responses, switch to Gemini 2.5 Flash:
```python
# In app.py, change:
gemini_client = GeminiClient(model_name="gemini-2.5-flash-latest")
```
## π Credits & Acknowledgments
### Hackathon Sponsors
Special thanks to the sponsors of **MCP's 1st Birthday Hackathon** (November 14-30, 2025):
- **π€ HuggingFace** - Hosting platform and dataset infrastructure
- **π§ Google Gemini** - AI analysis powered by Gemini 2.5 Flash API
- **β‘ Modal** - Serverless infrastructure partner
- **π’ Anthropic** - MCP protocol creators
- **π¨ Gradio** - Native MCP framework support
- **ποΈ ElevenLabs** - Audio AI capabilities
- **π¦ SambaNova** - High-performance AI infrastructure
- **π― Blaxel** - Additional compute credits
### Related Open Source Projects
This MCP server builds upon our open source agent evaluation ecosystem:
#### π SMOLTRACE - Agent Evaluation Engine
- **Description**: Lightweight, production-ready evaluation framework for AI agents with OpenTelemetry instrumentation
- **GitHub**: [https://github.com/Mandark-droid/SMOLTRACE](https://github.com/Mandark-droid/SMOLTRACE)
- **PyPI**: [https://pypi.org/project/smoltrace/](https://pypi.org/project/smoltrace/)
#### π TraceVerde - GenAI OpenTelemetry Instrumentation
- **Description**: Automatic OpenTelemetry instrumentation for LLM frameworks (LiteLLM, Transformers, LangChain, etc.)
- **GitHub**: [https://github.com/Mandark-droid/genai_otel_instrument](https://github.com/Mandark-droid/genai_otel_instrument)
- **PyPI**: [https://pypi.org/project/genai-otel-instrument](https://pypi.org/project/genai-otel-instrument)
### Built By
**Track**: Building MCP (Enterprise)
**Author**: Kshitij Thakkar
**Powered by**: Google Gemini 2.5 Flash
**Built with**: Gradio (native MCP support)
---
## π License
AGPL-3.0 License
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.
---
## π¬ Support
For issues or questions:
- π§ Open an issue on GitHub
- π¬ Join the [HuggingFace Discord](https://discord.gg/huggingface) - Channel: `#agents-mcp-hackathon-winter25`
- π·οΈ Tag `building-mcp-track-enterprise` for hackathon-related questions
- π¦ Follow us on X: [@TraceMindAI](https://twitter.com/TraceMindAI) (placeholder)
## Changelog
### v1.0.0 (2025-11-14)
- Initial release for MCP Hackathon
- **Complete MCP Implementation**: 17 components total
- 11 AI-powered and optimized tools:
- analyze_leaderboard, debug_trace, estimate_cost, compare_runs, analyze_results (AI-powered analysis)
- get_top_performers, get_leaderboard_summary (optimized for token reduction)
- get_dataset, generate_synthetic_dataset, generate_prompt_template, push_dataset_to_hub (data management)
- 3 data resources (leaderboard, trace, cost data)
- 3 prompt templates (analysis, debug, optimization)
- Gradio native MCP support with decorators (`@gr.mcp.*`)
- Google Gemini 2.5 Flash integration for all AI analysis
- Live HuggingFace dataset integration
- **Performance Optimizations**:
- get_top_performers: 90% token reduction vs full leaderboard
- get_leaderboard_summary: 99% token reduction vs full leaderboard
- Proper JSON serialization (no string conversion issues)
- SSE transport for MCP communication
- Production-ready for HuggingFace Spaces deployment
|