Agent Fin
Rank #4,429com.biodnd/agent-fin
MCP server providing agent-fin capabilities
Agent Fin is a Model Context Protocol (MCP) server published by markchiang. It ranks #4,429 of 115,460 servers tracked on MCP Toplist, and its repository has 144 GitHub stars. Agent Fin 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 111,031 of 115,460 servers on MCP Toplist.
Use Agent Fin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-fin https://agent-fin.biodnd.com/sse[mcp_servers.agent-fin]
url = "https://agent-fin.biodnd.com/sse"Add to ~/.codex/config.toml.
https://agent-fin.biodnd.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-fin": {
"url": "https://agent-fin.biodnd.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-fin": {
"type": "http",
"url": "https://agent-fin.biodnd.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-fin": {
"serverUrl": "https://agent-fin.biodnd.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-fin": {
"url": "https://agent-fin.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-fin)<a href="https://mcptoplist.com/server/com.biodnd%2Fagent-fin"><img src="https://mcptoplist.com/badge/com.biodnd%2Fagent-fin.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 Fin?
- Agent Fin is maintained by markchiang, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Agent Fin listed on the Official MCP Registry?
- Yes — Agent Fin is listed on the Official MCP Registry.
- How many versions does Agent Fin have?
- MCP Toplist tracks 3 versions of Agent Fin, most recently published on Sep 23, 2025.
- Where can I find the source code for Agent Fin?
- The source code for Agent Fin is hosted at github.com/markchiang/go-agents.