mcpbeat Sign in

MCP Ap2 MCP Server

local only

MCP Ap2 runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 29 Aug 2026.

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

Installs per day peak 13 · avg 3 · +140% w/w
a month agotoday
23
Installs / week
npm · @codespar/mcp-ap2
271
Stars
8 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Ap2 every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-ap2 -- npx -y @codespar/mcp-ap2
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ap2": {
      "args": [
        "-y",
        "@codespar/mcp-ap2"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ap2]
command = "npx"
args = ["-y", "@codespar/mcp-ap2"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ap2": {
      "args": [
        "-y",
        "@codespar/mcp-ap2"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ap2": {
      "args": [
        "-y",
        "@codespar/mcp-ap2"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AP2_API_KEY (API key for ap2). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ap2

same job, measured the same way
Google Jules MCP Server
by georgeracu

Model Context Protocol server for Google's Jules AI coding agent

112 installs/wk local only
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
Google Trends
by pipeworx-io

MCP server for google-trends

37 tools answering
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

61 installs/wk local only
Google Slides MCP
by a1-x-tech

MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.

59 installs/wk local only
Nano Banana
by mindstone

Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol

174 installs/wk local only

MCP Ap2 — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ap2?
MCP Ap2 runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @codespar/mcp-ap2 was installed 23 times last week.
How do I connect MCP Ap2?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @codespar/mcp-ap2 straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ap2?
The npm package @codespar/mcp-ap2 was installed 23 times in the last week. Week over week that is +140%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ap2 open source?
Yes — it is published under the MIT licence, written in TypeScript, 271 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.