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