agentcast-mcp
Rank #52,990io.github.MukundaKatta/agentcast
Structured-output enforcer: extract and validate JSON from messy LLM text.
agentcast-mcp is a Model Context Protocol (MCP) server published by MukundaKatta. It ranks #52,990 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. agentcast-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 62,470 of 115,460 servers on MCP Toplist.
Use agentcast-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentcast -- npx -y @mukundakatta/agentcast-mcp[mcp_servers.agentcast]
command = "npx"
args = ["-y", "@mukundakatta/agentcast-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentcast": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentcast-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentcast": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentcast-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentcast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentcast-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentcast": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentcast-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentcast": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentcast-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/io.github.MukundaKatta%2Fagentcast)<a href="https://mcptoplist.com/server/io.github.MukundaKatta%2Fagentcast"><img src="https://mcptoplist.com/badge/io.github.MukundaKatta%2Fagentcast.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
MukundaKatta
Other servers by MukundaKatta
- MCP Stack Server#46,013 · 2 vers
- agentfit-mcp#52,991 · 1 ver
- agentguard-mcp#52,992 · 1 ver
- agentsnap-mcp#52,993 · 1 ver
- agentvet-mcp#52,994 · 1 ver
- streamparse-mcp#52,995 · 1 ver
- case-mcp#90,698
- ip-mcp#90,699
- password-mcp#90,700
- sql-mcp#90,701
- dns-mcp#95,118
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains agentcast-mcp?
- agentcast-mcp is maintained by MukundaKatta, which publishes 26 MCP servers (21 total versions) tracked on MCP Toplist.
- Is agentcast-mcp listed on the Official MCP Registry?
- Yes — agentcast-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agentcast-mcp have?
- MCP Toplist tracks 1 version of agentcast-mcp, most recently published on Apr 27, 2026.
- Where can I find the source code for agentcast-mcp?
- The source code for agentcast-mcp is hosted at github.com/mukundakatta/agentcast-mcp.