reports.search

Intelligent report management with semantic search. Find insights across all your analyses, share results instantly, and build knowledge from every statistical run.

Smart Report Discovery in Action

Watch how AI assistants search, retrieve, and share statistical insights with semantic understanding

claude@mcpanalytics ~ reports.search Demo
$ "Show me all regression analyses related to customer churn"
I'll search for regression analyses related to customer churn using semantic search.
Executing: mcp.reports.search(
semantic_query="customer churn regression analysis",
limit=5
)
Found 3 relevant reports
📊 Semantic Search Results:

1. Customer Churn Prediction Model
• Similarity: 0.924 (92.4% match)
• Tool: logistic_regression
• R² Score: 0.847 | AUC: 0.912
• Key Insight: "Contract type is strongest predictor"
• Matched Sections: [model_performance, feature_importance]

2. Q4 Customer Retention Analysis
• Similarity: 0.871 (87.1% match)
• Tool: ridge_regression
• R² Score: 0.793 | Features: 24
• Key Insight: "Monthly charges impact churn by 34%"
• Matched Sections: [coefficients, diagnostics]

3. Telecom Churn Factors Study
• Similarity: 0.756 (75.6% match)
• Tool: elastic_net
• R² Score: 0.821 | Alpha: 0.3
• Key Insight: "Service issues drive 41% of churn"
• Matched Sections: [summary, predictions]
$ "Show me the full details of the first report"
Fetching complete report data...
mcp.reports.search(job_ids=["mcp_logistic_abc123"], include_data=true)
📈 Full Report Retrieved:

• Model Performance: AUC 0.912, Precision 0.89
• Top Features: Contract Type (0.42), Monthly Charges (0.31)
• Predictions Dataset: 2,341 customers scored
• Business Impact: $2.4M potential revenue saved
$ "Generate a shareable link for this report"
Creating shareable URL with 24-hour access...
🔗 Shareable Report: https://api.mcpanalytics.ai/rpt/rpt_XYZ789
$ _

Semantic Understanding

AI-powered search understands context and meaning, not just keywords. Find related analyses instantly.

Instant Sharing

Generate secure, time-limited URLs for any report. No login required for viewers.

Complete History

Every analysis is automatically saved and searchable. Build knowledge over time.

The Complete Reports Workflow

Three simple steps to find, analyze, and share insights

1

Search with Natural Language

Use semantic search to find reports by meaning, not just keywords. Ask questions like "regression analyses from last month" or "customer behavior studies with high R²".

mcp.reports.search(
  semantic_query="sales forecasting models with seasonal patterns",
  threshold=0.7
)
2

Retrieve Full Details

Fetch complete report data including metrics, visualizations, datasets, and AI insights. Access specific sections or get everything at once.

mcp.reports.search(
  job_ids=["mcp_arima_forecast_xyz"],
  include_data=true,
  keys=["predictions", "seasonal_components"]
)
3

Share Interactive Reports

Generate secure, shareable URLs that work in any browser. Set expiration times and access limits for controlled sharing.

mcp.reports.view(
  processing_id="mcp_arima_forecast_xyz",
  expires_in=86400  // 24 hours
)

Powerful Search Capabilities

Find exactly what you need with advanced filtering and AI-powered search

🧠 Semantic Search

Find reports by meaning and context, not just exact matches.

  • ✓ "Customer segmentation studies"
  • ✓ "High accuracy predictions"
  • ✓ "Marketing ROI analysis"
  • ✓ "Seasonal trend forecasts"

🔍 Advanced Filters

Combine multiple filters for precise results.

  • ✓ Filter by tool type
  • ✓ Date range selection
  • ✓ Status (success/failed)
  • ✓ Similarity threshold

📑 Section Access

Retrieve specific parts of reports efficiently.

  • ✓ Model coefficients only
  • ✓ Predictions datasets
  • ✓ Diagnostic results
  • ✓ AI-generated insights

⚡ Batch Operations

Work with multiple reports simultaneously.

  • ✓ Fetch multiple reports
  • ✓ Compare analyses
  • ✓ Export collections
  • ✓ Bulk sharing

🎯 Smart Matching

See which sections matched your search.

  • ✓ Similarity scores
  • ✓ Matched sections
  • ✓ Content preview
  • ✓ Relevance ranking

🚀 Instant Access

Zero-friction report viewing and sharing.

  • ✓ No login for viewers
  • ✓ Mobile responsive
  • ✓ Interactive charts
  • ✓ Download options

Example Report Searches

Real-world examples of finding and using reports

Find Recent High-Performance Models

mcp.reports.search(
  semantic_query="high R-squared regression models",
  date_from="2025-01-01",
  tool_names=["linear_regression", "ridge_regression"],
  limit=10
)

Returns regression analyses with strong performance metrics from this year.

Search for Similar Analyses

mcp.reports.search(
  semantic_query="time series forecasting with seasonal decomposition for retail sales",
  threshold=0.8,  // High similarity only
  sort_by="similarity"
)

Finds highly relevant time series analyses with seasonal patterns for retail.

Get Specific Report Sections

// First, find the report
results = mcp.reports.search(semantic_query="customer lifetime value")

// Then fetch specific sections
mcp.reports.search(
  job_ids=[results[0].id],
  include_data=true,
  keys=["feature_importance", "predictions", "model_metrics"]
)

Two-step process: search first, then retrieve only the data you need.

Create Team Dashboard Link

// Generate a week-long shareable link
mcp.reports.view(
  processing_id="mcp_ridge_regression_quarterly",
  expires_in=604800,  // 7 days
  max_access_count=100  // Limit views
)

// Returns: https://api.mcpanalytics.ai/rpt/rpt_ABC123

Perfect for sharing quarterly reports with stakeholders.

What's Inside Every Report

Comprehensive analysis results with everything you need

📊 Interactive Visualizations

Residual plots, Q-Q plots, feature importance charts, time series decompositions, and more.

📈 Complete Metrics

R², RMSE, MAE, p-values, confidence intervals, AIC/BIC, and all relevant statistics.

💡 AI Insights

Business-friendly interpretations with actionable recommendations and key findings.

📁 Downloadable Data

Predictions, residuals, coefficients, and processed datasets ready for further analysis.

🔍 Diagnostic Checks

Assumption validation, outlier detection, multicollinearity checks, and model diagnostics.

📝 Methodology Details

Complete documentation of methods, parameters, and data transformations applied.

Start Building Your Analytics Knowledge Base

Every analysis becomes searchable, shareable knowledge. Never lose insights again.