Skip to content
MCP-Bridge
Developer Tools

FinSpace User Environment Management service MCP Config

The FinSpace management service provides the APIs for managing FinSpace environments.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-finspace.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-finspace.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-finspace": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-finspace"],
      "env": {
      "FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEY": "your_finspace_user_environment_management_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-finspace.json

Environment Variables

FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEY

Replace your_finspace_user_environment_management_service_api_key with your actual finspace user environment management service api key

Endpoints

GET/environment

ListEnvironments

POST/environment

CreateEnvironment

GET/environment/{environmentId}

GetEnvironment

PUT/environment/{environmentId}

UpdateEnvironment

DELETE/environment/{environmentId}

DeleteEnvironment

GET/tags/{resourceArn}

ListTagsForResource

POST/tags/{resourceArn}

TagResource

DELETE/tags/{resourceArn}#tagKeys

UntagResource