freispace Analytics MCP Server

freispace Analytics MCP Server

Enables AI assistants to query freispace scheduling software data including staff management, project analytics, resource availability, and holiday planning. Provides comprehensive insights for media teams while respecting user permissions and data safety.

Category
Visit Server

README

freispace MCP Server

A Model Context Protocol (MCP) server that provides comprehensive analytics and insights for the scheduling software freispace. This server enables AI assistants (e.g. Copilot, Gemini) to query data within freispace, such as project statistics and planning related information.

Overview

The freispace MCP Server connects any LLM with tooling capabilities to freispace to query analytical data.

Media teams using freispace can leverage the MCP server to make planning data available to the entire company using the company-wide AI (e.g. Copilot), without users having to be on freispace or even know about freispace, as well as help post-production teams make data-driven decisions while scheduling and planning.

Our MCP Server always respects user permissions, ensuring that the LLM will only be able to access data on a per-user level, ensuring data safety.

Example queries might be "Who worked with Person X in the past" or "How many vacation days do I have left?"

Features

  • Staff Management: Complete staff directory, collaboration analysis, and holiday tracking
  • Project Analytics: Project status, team composition, and performance metrics
  • Resource Management: Suite, resource, and staff availability tracking
  • Holiday Planning: Holiday quota management and upcoming absence tracking
  • Collaboration Insights: Team dynamics and working relationship analysis

Prerequisites

  1. freispace Flagship account
  2. Valid MCP API key for freispace
    • During beta, contact your freispace support team to obtain an MCP API key

Available Tools

1. Staff Directory (staffs_query)

Retrieves comprehensive information about all staff members in the organization.

Use Cases:

  • Get overview of all employees
  • Understand organizational structure
  • Find staff members by role or department
  • Generate staff reports

Example Queries:

  • "List all staff members"
  • "Who are the developers in the company?"
  • "Show me the organizational structure"

2. Staff Collaboration Analysis (staffs_worked_together_query)

Analyzes collaboration patterns and working relationships for specific staff members.

Parameters:

  • name (required): Staff member name

Use Cases:

  • Analyze team dynamics
  • Find collaboration patterns
  • Understand project participation
  • Generate collaboration reports

Example Queries:

  • "Who has John worked with on projects?"
  • "Show collaboration history for Sarah"
  • "Analyze team relationships"

3. Holiday Management

Next Holidays (staffs_next_holidays_query)

Shows upcoming holiday information for staff members.

Parameters:

  • name (optional): Staff member name (defaults to user's assigned staff)

Use Cases:

  • Plan around staff availability
  • Check upcoming absences
  • Holiday scheduling

Example Queries:

  • "When is John's next holiday?"
  • "Show upcoming holidays"
  • "Who's going on holiday soon?"

Holiday Quota (staffs_holidays_left_query)

Tracks remaining holiday days for staff members.

Parameters:

  • name (optional): Staff member name
  • year (optional): Year to query (defaults to current year)

Use Cases:

  • Monitor holiday usage
  • Plan holiday requests
  • Resource planning

Example Queries:

  • "How many holiday days does Sarah have left?"
  • "Show holiday quota for 2024"
  • "Who has the most holiday days remaining?"

4. Project Analytics

Project Status (get_project_status)

Provides comprehensive project performance and booking statistics.

Parameters:

  • name (required): Project name

Use Cases:

  • Analyze project performance
  • Track booking patterns
  • Generate project reports
  • Monitor project activity

Example Queries:

  • "Show status for Project Alpha"
  • "Analyze booking patterns for the mobile app project"
  • "Generate project performance report"

Project Team (get_staffs_worked_on_project)

Lists all staff members who have worked on a specific project.

Parameters:

  • name (required): Project name

Use Cases:

  • Identify project team members
  • Analyze team composition
  • Track project participation
  • Generate team reports

Example Queries:

  • "Who worked on the website redesign?"
  • "Show team members for Project Beta"
  • "Analyze project team composition"

Staff Projects (get_staff_projects)

Shows all projects assigned to a specific staff member.

Parameters:

  • name (required): Staff member name

Use Cases:

  • Understand staff workload
  • Analyze project assignments
  • Track staff project portfolio
  • Resource allocation planning

Example Queries:

  • "What projects is John working on?"
  • "Show Sarah's project assignments"
  • "Analyze staff workload distribution"

5. Resource Search (get_entities_by_name)

Searches for suites, resources, and staff members by name with availability filtering.

Parameters:

  • name (required): Search term
  • available_only (optional): Show only available entities
  • booked_only (optional): Show only booked entities

Use Cases:

  • Find available resources
  • Search for specific entities
  • Check availability status
  • Resource planning

Example Queries:

  • "Find available meeting rooms"
  • "Search for camera equipment"
  • "Show booked resources for today"

Error Handling

The server includes comprehensive error handling for:

  • API connectivity issues
  • Invalid parameters
  • Missing data
  • Authentication failures
  • Network timeouts

All errors are logged with detailed information for debugging.

⚠️ Beta Notice

Our freispace MCP server is currently in beta. All features are free during this period. We appreciate your feedback and patience as we continue to improve the platform.

License

MIT License - see LICENSE file for details.

Support

For support and questions:

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured