Bazos MCP

bazos-mcp is an MCP server that exposes 3 tools to an agent, covering read & search. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-07 · ★ 2 · #679 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Bazos MCP

Claude Code

claude mcp add andrijdavid-bazos-mcp -- npx -y @andrijdavid/bazos-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "andrijdavid-bazos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@andrijdavid/bazos-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @andrijdavid/bazos-mcp - published under the repo owner's npm scope (@andrijdavid)

registry namespace io.github.andrijdavid is GitHub-verified and matches the repo owner

03 · What Bazos MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search ads with filters, get full details for an ad, and get user ratings.

The 3 tools it gives your agent

Extracted from the project's README - what bazos-mcp lets an agent do.

search_ads
- Search ads with filters.
get_ad_detail
- Get full details for an ad.
get_user_ratings
- Get user ratings.

04 · Who maintains Bazos MCP

bazos-mcp is maintained by andrijdavid. We track 2 MCP servers from andrijdavid - 2 actively maintained, 17 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from andrijdavid.

  1. vinted-mcp MCP Server for Vinted that allows to search items, compare prices, and analyze sellers. ★ 15

05 · Facts

category
other - ranked #679 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.andrijdavid/bazos-mcp (active, first published 2026-05-23)
packages
npm:@andrijdavid/bazos-mcp

06 · Bazos MCP FAQ

Is Bazos MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-07. We re-verify nightly.

What can Bazos MCP do?

With this server connected, an agent can search ads with filters, get full details for an ad, and get user ratings.

How do I install Bazos MCP?

Run `npx -y @andrijdavid/bazos-mcp`. You can also paste the ready-made client config above.

Does Bazos MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Bazos MCP

More MCP servers to compare · Vinted MCP · Molecular MCP · High Performance MCP Server · Anirbanbasu Pymcp · Anki MCP Server

More TypeScript MCP servers · Vibe Hnindex · iMessage History · Sonde · see all