Medical Agents AOP
Rank #39,336pulsemcp/swarm-corporation-medical-agents-aop
Orchestrates specialized medical AI agents for blood data analysis, CBC interpretation, and clinical decision support
Medical Agents AOP is a Model Context Protocol (MCP) server published by The-Swarm-Corporation. It ranks #39,336 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Medical Agents AOP is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Nov 10, 2025.
Ranks ahead of 76,255 of 115,591 servers on MCP Toplist.
Use Medical Agents AOP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http swarm-corporation-medical-agents-aop https://medical-agents-aop-server-production.up.railway.app/mcp[mcp_servers.swarm-corporation-medical-agents-aop]
url = "https://medical-agents-aop-server-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
https://medical-agents-aop-server-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"swarm-corporation-medical-agents-aop": {
"url": "https://medical-agents-aop-server-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"swarm-corporation-medical-agents-aop": {
"type": "http",
"url": "https://medical-agents-aop-server-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"swarm-corporation-medical-agents-aop": {
"serverUrl": "https://medical-agents-aop-server-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"swarm-corporation-medical-agents-aop": {
"url": "https://medical-agents-aop-server-production.up.railway.app/mcp"
}
}
}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/pulsemcp%2Fswarm-corporation-medical-agents-aop)<a href="https://mcptoplist.com/server/pulsemcp%2Fswarm-corporation-medical-agents-aop"><img src="https://mcptoplist.com/badge/pulsemcp%2Fswarm-corporation-medical-agents-aop.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
The-Swarm-Corporation
Other servers by The-Swarm-Corporation
View all The-Swarm-Corporation servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Medical Agents AOP?
- Medical Agents AOP is maintained by The-Swarm-Corporation, which publishes 3 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Medical Agents AOP listed on the Official MCP Registry?
- Medical Agents AOP is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Medical Agents AOP have?
- Medical Agents AOP ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Medical Agents AOP?
- The source code for Medical Agents AOP is hosted at github.com/the-swarm-corporation/medical-agents-aop-server.