Ads
Rank #2,368com.adspirer/ads
MCP server providing ads capabilities
Ads is a Model Context Protocol (MCP) server published by amekala. It ranks #2,368 of 115,591 servers tracked on MCP Toplist, and its repository has 86 GitHub stars. Ads is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Oct 28, 2025 and most recently updated on Feb 14, 2026.
Ranks ahead of 113,223 of 115,591 servers on MCP Toplist.
Use Ads
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ads https://mcp.adspirer.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.ads]
url = "https://mcp.adspirer.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.adspirer.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ads": {
"url": "https://mcp.adspirer.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"ads": {
"type": "http",
"url": "https://mcp.adspirer.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ads": {
"serverUrl": "https://mcp.adspirer.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ads": {
"url": "https://mcp.adspirer.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.adspirer%2Fads)<a href="https://mcptoplist.com/server/com.adspirer%2Fads"><img src="https://mcptoplist.com/badge/com.adspirer%2Fads.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
amekala
Other servers by amekala
View all amekala servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.0 | Feb 14, 2026 |
| 1.0.0 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ads?
- Ads is maintained by amekala, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Ads listed on the Official MCP Registry?
- Yes — Ads is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ads have?
- MCP Toplist tracks 3 versions of Ads, most recently published on Feb 14, 2026.
- Where can I find the source code for Ads?
- The source code for Ads is hosted at github.com/amekala/ads-mcp.