Enterprise-grade MCP server for Resource Central Agent (RCA) using FastMCP
Project description
RCA MCP Server
Enterprise-grade MCP server for Resource Central Agent (RCA), built with FastMCP.
Install from PyPI
Project page: https://pypi.org/project/rca-mcp-server/
pip install rca-mcp-server
Verify installation:
rca-mcp --help
Claude Desktop (STDIO) Configuration
Add this to claude_desktop_config.json:
{
"mcpServers": {
"rca-mcp-server": {
"command": "rca-mcp"
}
}
}
Optional: Inline Environment Variables
{
"mcpServers": {
"rca-mcp-server": {
"command": "rca-mcp",
"env": {
"RCA_API_KEY": "rca-cust-alpha-7788",
"ORGANIZER": "your-email@company.com",
"ENABLE_PROMPTS": "false",
"LOG_LEVEL": "INFO",
"LOG_FORMAT": "json"
}
}
}
}
Notes:
- Keep JSON env values as strings (for example
"false"). ORGANIZERis used as a fallback booking organizer in STDIO mode.
Additional Documentation
docs/USER_INSTALLATION_AND_ENV.mddocs/CUSTOMER_DEPLOYMENT.mddocs/OPERATIONS.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rca_mcp_server-0.1.3.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rca_mcp_server-0.1.3.tar.gz.
File metadata
- Download URL: rca_mcp_server-0.1.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e2d2ce0e3d7c8c6a9520df58f96b4b9b5a84a780d1052adbc43a7245caa4335
|
|
| MD5 |
08cd3965c2059599e1ae033e3b2c1ff8
|
|
| BLAKE2b-256 |
519352faab5f3703c230b1d6b1d44ca920449c68ec246fd95433af7b36d8433f
|
File details
Details for the file rca_mcp_server-0.1.3-py3-none-any.whl.
File metadata
- Download URL: rca_mcp_server-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3c1b9785cd96f37bf00b9e2c5f99404b680a4f132010b5fd5a8fc3a9d8add4d
|
|
| MD5 |
8b5edc381bce4e8696c31fb107a83b30
|
|
| BLAKE2b-256 |
8e2948293df6a7d742de291e716fe1046d518b4637697523c94b385287773f94
|