Skip to main content
Glama
nmattox

mParticle MCP Server

by nmattox

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MPARTICLE_API_KEYYesYour mParticle API key
MPARTICLE_API_SECRETYesYour mParticle API secret

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_all_data_plansA
Get all data plans for a workspace.

This tool retrieves all data plans from mParticle's Data Planning API.
Data plans define the expected structure and validation rules for your events.

Args:
    workspace_id: The mParticle workspace ID (required)
    
Returns:
    JSON string containing all data plans and their metadata
    
Raises:
    Exception: If API credentials are missing or API request fails
get_data_plan_by_idA
Get a specific data plan by ID.

This tool retrieves detailed information about a specific data plan from mParticle's Data Planning API.
Data plans define the expected structure and validation rules for your events.

Args:
    workspace_id: The mParticle workspace ID (required)
    data_plan_id: The data plan ID to retrieve (required)
    
Returns:
    JSON string containing the data plan details and metadata
    
Raises:
    Exception: If API credentials are missing or API request fails
get_api_statusA
Check the status of mParticle API configuration.

Returns:
    Status message indicating if API credentials are configured

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_mparticle_configGet mParticle API configuration status.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nmattox/mparticle-api--mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server