AutomatedRCM Billing MCP Server
Rank #19,771io.github.laureennicholson635/automatedrcm-billing-mcp
Medical-billing tools for AI agents: prior-auth checks, denial decoding, claim triage, appeals.
AutomatedRCM Billing MCP Server is a Model Context Protocol (MCP) server published by laureennicholson635. It ranks #19,771 of 115,591 servers tracked on MCP Toplist. AutomatedRCM Billing MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 26, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 95,820 of 115,591 servers on MCP Toplist.
Use AutomatedRCM Billing MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add automatedrcm-billing-mcp -e "X402_PRIVATE_KEY=<your X402_PRIVATE_KEY>" -- npx -y automatedrcm-billing-mcpReplace each placeholder with your own value before saving.
[mcp_servers.automatedrcm-billing-mcp]
command = "npx"
args = ["-y", "automatedrcm-billing-mcp"]
[mcp_servers.automatedrcm-billing-mcp.env]
X402_PRIVATE_KEY = "<your X402_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automatedrcm-billing-mcp": {
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<your X402_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automatedrcm-billing-mcp": {
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<your X402_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"automatedrcm-billing-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<your X402_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automatedrcm-billing-mcp": {
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<your X402_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automatedrcm-billing-mcp": {
"command": "npx",
"args": [
"-y",
"automatedrcm-billing-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<your X402_PRIVATE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.laureennicholson635%2Fautomatedrcm-billing-mcp)<a href="https://mcptoplist.com/server/io.github.laureennicholson635%2Fautomatedrcm-billing-mcp"><img src="https://mcptoplist.com/badge/io.github.laureennicholson635%2Fautomatedrcm-billing-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
laureennicholson635
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 17, 2026 |
Frequently asked questions
- Who maintains AutomatedRCM Billing MCP Server?
- AutomatedRCM Billing MCP Server is maintained by laureennicholson635, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is AutomatedRCM Billing MCP Server listed on the Official MCP Registry?
- Yes — AutomatedRCM Billing MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AutomatedRCM Billing MCP Server have?
- MCP Toplist tracks 1 version of AutomatedRCM Billing MCP Server, most recently published on Aug 17, 2026.
- Where can I find the source code for AutomatedRCM Billing MCP Server?
- The source code for AutomatedRCM Billing MCP Server is hosted at github.com/laureennicholson635/automatedrcm-billing-mcp.