CoverTree/socotra-connected-core-mcp-server
If you are the rightful owner of socotra-connected-core-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Server facilitates connectivity to the Socotra Connected Core platform, enabling integration and interaction with its API.
socotra-connected-core-mcp-server
The MCP Server, which allows to connect to the Socotra Connected Core platform.
Installation
-
First you need to install the
socotra-profile
utility, which is used to manage profiles for the Socotra Connected Core platform. You can install it globally using npm:npm install -g @socotra/profile-cli
-
Next, you need to create a profile for your Socotra Connected Core instance. You can do this by running the following command:
socotra-profile add <name of profile>
-
Follow the prompts to enter the necessary information for your Socotra Connected Core instance, such as the API URL and authentication details.
-
Once you have created the profile, you can edit the MCP Servers configuration of your client, adding:
{
"mcpServers": {
"socotra": {
"command": "npx",
"args": ["-y", "socotra-connected-core-mcp-server"],
"env": {
"SOCOTRA_PROFILE": "<name of profile configured via socotra-profile utility>",
"SOCOTRA_API_URL": "<Base URL of Socotra Connected Core API>"
}
}
}
}
Supported features
Currently, the MCP Server supports read-only operations for subset of resources.