Agent Ip
Rank #2,955com.biodnd/agent-ip
MCP server providing agent-ip capabilities
Agent Ip is a Model Context Protocol (MCP) server published by markchiang. It ranks #2,955 of 115,460 servers tracked on MCP Toplist, and its repository has 166 GitHub stars. Agent Ip is listed on Official MCP, with 3 tracked versions. It was first listed on Sep 23, 2025 and most recently updated on Sep 23, 2025.
Ranks ahead of 112,505 of 115,460 servers on MCP Toplist.
Use Agent Ip
claude mcp add --transport http agent-ip https://agent-ip.biodnd.com/sse[mcp_servers.agent-ip]
url = "https://agent-ip.biodnd.com/sse"Add to ~/.codex/config.toml.
https://agent-ip.biodnd.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-ip": {
"url": "https://agent-ip.biodnd.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-ip": {
"type": "http",
"url": "https://agent-ip.biodnd.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-ip": {
"serverUrl": "https://agent-ip.biodnd.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-ip": {
"url": "https://agent-ip.biodnd.com/sse"
}
}
}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/com.biodnd%2Fagent-ip)<a href="https://mcptoplist.com/server/com.biodnd%2Fagent-ip"><img src="https://mcptoplist.com/badge/com.biodnd%2Fagent-ip.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
markchiang
Other servers by markchiang
View all markchiang servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Sep 23, 2025 |
| 0.1.1 | Sep 23, 2025 |
| 0.1.0 | Sep 23, 2025 |
Frequently asked questions
- Who maintains Agent Ip?
- Agent Ip is maintained by markchiang, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Agent Ip listed on the Official MCP Registry?
- Yes — Agent Ip is listed on the Official MCP Registry.
- How many versions does Agent Ip have?
- MCP Toplist tracks 3 versions of Agent Ip, most recently published on Sep 23, 2025.
- Where can I find the source code for Agent Ip?
- The source code for Agent Ip is hosted at github.com/markchiang/go-agents.