FinSpace Public API Claude Desktop Config
Add the FinSpace Public API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-finspace-data": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-finspace-data"
],
"env": {
"FINSPACE_PUBLIC_API_API_KEY": "your_finspace_public_api_api_key"
}
}
}
}Environment Variables
FINSPACE_PUBLIC_API_API_KEYReplace your_finspace_public_api_api_key with your actual finspace public api api key
Endpoints
POST
/permission-group/{permissionGroupId}/users/{userId}AssociateUserToPermissionGroup
DELETE
/permission-group/{permissionGroupId}/users/{userId}DisassociateUserFromPermissionGroup
GET
/datasets/{datasetId}/changesetsv2ListChangesets
POST
/datasets/{datasetId}/changesetsv2CreateChangeset
GET
/datasets/{datasetId}/dataviewsv2ListDataViews
POST
/datasets/{datasetId}/dataviewsv2CreateDataView
GET
/datasetsv2ListDatasets
POST
/datasetsv2CreateDataset
POST
/permission-groupCreatePermissionGroup
POST
/userCreateUser