Agentic Ads
Rank #32,164io.github.nicofains1/agentic-ads
MCP server providing agentic-ads capabilities
Agentic Ads is a Model Context Protocol (MCP) server published by nicofains1. It ranks #32,164 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Agentic Ads is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Feb 27, 2026 and most recently updated on Mar 4, 2026.
Ranks ahead of 99,949 of 132,113 servers on MCP Toplist.
Use Agentic Ads
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agentic-ads https://agentic-ads-production.up.railway.app/mcpclaude mcp add agentic-ads -- npx -y agentic-ads[mcp_servers.agentic-ads]
url = "https://agentic-ads-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agentic-ads]
command = "npx"
args = ["-y", "agentic-ads"]Add to ~/.codex/config.toml.
https://agentic-ads-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentic-ads": {
"url": "https://agentic-ads-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentic-ads": {
"type": "http",
"url": "https://agentic-ads-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agentic-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentic-ads": {
"serverUrl": "https://agentic-ads-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-ads": {
"url": "https://agentic-ads-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"agentic-ads": {
"command": "npx",
"args": [
"-y",
"agentic-ads"
]
}
}
}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.nicofains1%2Fagentic-ads)<a href="https://mcptoplist.com/server/io.github.nicofains1%2Fagentic-ads"><img src="https://mcptoplist.com/badge/io.github.nicofains1%2Fagentic-ads.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
nicofains1
Other servers by nicofains1
View all nicofains1 servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Mar 4, 2026 |
| 0.1.1 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agentic Ads?
- Agentic Ads is maintained by nicofains1, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Agentic Ads listed on the Official MCP Registry?
- Yes — Agentic Ads is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Agentic Ads have?
- MCP Toplist tracks 3 versions of Agentic Ads, most recently published on Mar 4, 2026.
- Where can I find the source code for Agentic Ads?
- The source code for Agentic Ads is hosted at github.com/nicofains1/agentic-ads.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.