Share via


Gieni TS Server MCP (Preview)

Get data from Gieni using MCP server.

This connector is available in the following products and regions:

Service Class Regions
Copilot Studio Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Connector Metadata
Publisher Orderfox-Gieni

Gieni MCP Server [Sample] Connector

Gieni Assistant is an advanced industrial assistant that leverages comprehensive structured data to deliver actionable insights across manufacturing sectors, supply chains, and market dynamics. Built on extensive industrial databases, Gieni provides precise, data-driven information about companies, products, technologies, and regional capabilities to support strategic decision-making. Gieni specializes in six core areas of industrial intelligence.

NOTE
This is a sample connector. The connector is provided here with the intent to illustrate certain features and functionality around connectors.

Prerequisites

You will need the following to proceed:

  • A Microsoft Power Apps or Power Automate plan with custom connector feature
  • An Azure subscription
  • The Power platform CLI tools

Building the connector

Before you can use the Gieni MCP Server connector, ensure your environment is configured for secure access and deployment.

Set up an Azure AD application for your custom connector

  1. Register an Azure AD application
    Register your connector as an application in Azure AD to enable secure identification and permissions management.

  2. Configure API permissions
    Grant appropriate permissions for your application to interact with required services.

    • For redirect URI, use: https://global.consent.azure-apim.net/redirect
    • Use a client secret for credentials and note it for later use.
    • Ensure relevant API permissions are added.
  3. Deploy the connector
    Use the following command to deploy:

    paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json --secret <client_secret>
    

Supported Operations

The connector supports the following operation:

  • AskGieni:
    Query the Gieni Assistant for actionable industrial insights and intelligence across manufacturing sectors, supply chains, and market dynamics. This operation returns data-driven information about companies, products, technologies, and regional capabilities, supporting strategic decision-making in six core areas of industrial intelligence.

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
api_key securestring The api_key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Gieni Actions for fetching answers

Gieni Actions for fetching answers

Parameters

Name Key Required Type Description
sessionId
sessionId string

Returns

Definitions

QueryResponse

Name Path Type Description
jsonrpc
jsonrpc string
id
id string
method
method string
params
params object
result
result object
error
error object