What is the io.github.pooriaarab/adscapi MCP server?
Fire one canonical conversion event to every ad platform's server-side Conversions API.
How to install io.github.pooriaarab/adscapi
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"adscapi": {
"command": "npx",
"args": [
"-y",
"adscapi",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"adscapi": {
"command": "npx",
"args": [
"-y",
"adscapi",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"adscapi": {
"command": "npx",
"args": [
"-y",
"adscapi",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"adscapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"adscapi",
"mcp"
]
}
}
}Claude Code
claude mcp add adscapi -- npx -y adscapi mcpRelated MCP servers
Dating by tokens, matched by usage league across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
0
View repository →TypeScript
MIT
Multiplayer for agentic coding terminals: live cursors, presence, chat.
0
View repository →TypeScript
MIT