Infor Birst MCP Server

46 tools. 19 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

19 can modify or destroy data
27 read-only
46 tools total

Community server · catalogue entry verified 29/06/2026

How to control Infor Birst MCP Server ↓

What Infor Birst MCP Server exposes to your agents

Read (27) Write / Execute (15) Destructive / Financial (4)
Critical Risk

The most dangerous Infor Birst MCP Server tools

19 of Infor Birst MCP Server's 46 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Infor Birst MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Infor Birst MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "birst_delete_join": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "birst_add_hierarchy_level": {
    "limits": [
      {
        "counter": "birst_add_hierarchy_level_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "birst_get_dashboard": {
    "limits": [
      {
        "counter": "birst_get_dashboard_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Infor Birst MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON INFOR BIRST →

Instant setup, no code required.

All 46 Infor Birst MCP Server tools

READ 27 tools
Read birst_get_dashboard Get detailed information about a specific dashboard, including its widgets, layout, and filters. Read birst_get_dataflow Get the data flow visualization for a Birst space. Shows how data sources are connected. Read birst_get_job_status Get the status of a running or completed job. Use this to track progress of workflow runs, data loads, and oth Read birst_get_report Get detailed information about a specific report in a Birst space, including columns, filters, and query defin Read birst_get_source Get detailed information about a data source including its columns/schema. Note: For inherited/imported source Read birst_get_space Get detailed information about a specific Birst space including timezone, settings, and configuration. Read birst_get_workflow_status Get the current status and details of a specific workflow. Read birst_list_account_groups List account groups for organizational management. Account groups control user permissions at the account leve Read birst_list_available_packages List packages available to import into a space. Shows packages from other spaces that can be imported. Read birst_list_collections List collections (dashboard groups) in a Birst space. Collections contain dashboards. Read birst_list_connections List data connections in a Birst space. Returns both space-level and shared connections. Read birst_list_dashboards List dashboards in a specific collection. Use birst_list_collections first to find collection IDs. Read birst_list_hierarchies List dimensional hierarchies in a Birst space. Hierarchies define drill-down paths for analytics. Read birst_list_joins List all joins (relationships) between sources in a Birst space. Shows how tables are connected in the data mo Read birst_list_packages List packages defined in a Birst space. Packages bundle sources for sharing with other spaces (alternative to Read birst_list_reports List reports in a Birst space. Supports pagination for large result sets. Read birst_list_sources List data sources (tables) in a Birst space. Can filter by source type. Read birst_list_space_groups List groups within a Birst space. Space groups control user permissions within the space. Read birst_list_space_users List users who have access to a specific Birst space. Read birst_list_spaces List all Birst analytical spaces accessible to the current user. Use this to discover available data spaces be Read birst_list_users List users in the Birst account. Supports pagination and search. Read birst_list_variables List variables (parameters) defined in a Birst space. Variables are used for dynamic filtering. Read birst_list_workflow_runs Get the execution history of a workflow. Shows past runs with their status and timing. Read birst_list_workflows List workflows in the Birst account. Supports filtering by creator, status, and scheduling. Read birst_search_catalog Search for entities in the Birst catalog (tables, columns, measures, etc.). Read birst_search_data Search the data warehouse using natural language. Returns data results along with related reports and dashboar Read birst_validate_query Validate BQL syntax before execution. Use this to check if a query is valid without running it.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Infor Birst MCP Server

Can an AI agent delete data through the Infor Birst MCP Server MCP server? +

Yes. The Infor Birst MCP Server server exposes 4 destructive tools including birst_delete_join, birst_delete_package, birst_delete_source. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Infor Birst MCP Server? +

The Infor Birst MCP Server server has 10 write tools including birst_add_hierarchy_level, birst_create_hierarchy, birst_create_join. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Infor Birst MCP Server.

How many tools does the Infor Birst MCP Server MCP server expose? +

46 tools across 4 categories: Destructive, Execute, Read, Write. 27 are read-only. 19 can modify, create, or delete data.

How do I enforce a policy on Infor Birst MCP Server? +

Register the Infor Birst MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Infor Birst MCP Server tool call.

Deterministic rules across all 46 Infor Birst MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

46 Infor Birst MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.