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.jsonConfiguration 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
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.jsonEnvironment Variables
FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEYReplace your_finspace_user_environment_management_service_api_key with your actual finspace user environment management service api key
Endpoints
GET
/environmentListEnvironments
POST
/environmentCreateEnvironment
GET
/environment/{environmentId}GetEnvironment
PUT
/environment/{environmentId}UpdateEnvironment
DELETE
/environment/{environmentId}DeleteEnvironment
GET
/tags/{resourceArn}ListTagsForResource
POST
/tags/{resourceArn}TagResource
DELETE
/tags/{resourceArn}#tagKeysUntagResource