Skip to main content
ClaudeWave

TypeScript client and MCP manifest for Placement API — buy SEO link placements across every marketplace: verified domains, held prices, one invoice.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/8/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/futurebets/placementapi
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "placementapi": {
      "command": "node",
      "args": ["/path/to/placementapi/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/futurebets/placementapi and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Placement API

**Buy SEO link placements across every marketplace from one API or MCP server.**
Named, inspectable domains with live prices, independent verification, a survival record for every publisher we have bought from, and one invoice — paid with prepaid credits.

- Website: https://placementapi.com · For agents: https://placementapi.com/agents · API reference: https://placementapi.com/api
- MCP endpoint: `https://api.placementapi.com/mcp` (streamable HTTP, Bearer API key)
- OpenAPI: https://api.placementapi.com/openapi.json · Field semantics: https://api.placementapi.com/v1/schema
- Live market data: https://placementapi.com/data · Prices by type, DR and topic: https://placementapi.com/pricing

This repository holds the **TypeScript client** (`sdk/`, published to npm as [`placementapi`](https://www.npmjs.com/package/placementapi)) and the MCP registry manifest (`server.json`). The service itself is not open source.

## Connect the MCP server

```bash
# Claude Code
claude mcp add --transport http placement-api https://api.placementapi.com/mcp \
  --header "Authorization: Bearer $PLACEMENT_KEY"
```

```json
// Cursor / Windsurf / any host that takes a JSON config
{ "mcpServers": { "placement_api": { "url": "https://api.placementapi.com/mcp",
  "headers": { "Authorization": "Bearer pk_live_…" } } } }
```

Claude.ai / ChatGPT: Settings → Connectors → add custom connector with the URL above and the `Authorization` header.

Get a key at https://app.placementapi.com/dashboard. A **read** key can search, plan and compare; an **order** key can spend credits.

### Tools

| Tool | What it does |
|---|---|
| `search_placements` | Search ~550k priced placements deduplicated by domain, with verification, score and price plausibility on every row |
| `plan_links` | A brief in (links, topic, DR, budget, strategy) → a costed plan of named domains, each with `why`, held at price for four hours |
| `compare_domain` | Everything about one publisher: listings and spread, verification, web-graph, survival, outcomes, Placement Score, market reference |
| `target_profile` / `gap_map` | Your page's backlink profile and the competitor links you can reproducibly buy, priced |
| `keyword_winners` | What the sites that rank for a keyword look like, and what they buy |
| `place_order` · `submit_content` · `write_it_for_me` | Order at the held price; supply the article, let the publisher write it, or have it written |
| `list_orders` · `campaign_status` · `order_outcome` | Fulfilment, live checks and observed rank movement (observed, never attributed) |
| `standing_orders` · `create_standing_order` | Recurring plans; auto-placement can only be enabled from the dashboard |
| `check_balance` · `cancel_order` | |

## Use the SDK

```bash
npm i placementapi
```

```ts
import { PlacementApi } from "placementapi";

const api = new PlacementApi({ apiKey: process.env.PLACEMENT_KEY! });
const quote = await api.quote({ links: 5, topic: "finance", dr_min: 50, strategy: "safest" });
for (const l of quote.lines) console.log(l.domain, l.price_credits, l.verification, l.why.join(" · "));
```

See [`sdk/README.md`](sdk/README.md).

## Things worth knowing

- **Credits are US cents.** Prices on a quote are held for four hours; order with the `quote_id` to pay the held price.
- **`verification`** says whether a domain's authority is real: `ok`, `suspect` (high link authority with no organic footprint — what a link farm looks like) or `unverified`. `quality_reasons` names which of five tests fired. Method: https://placementapi.com/research/quality-methodology
- **Suppliers are never identified.** You see counts and spreads, never who. That is a product rule, not a gap.
- **`why[]`** on every line is the factual basis for the pick, in sentences an agent can repeat.

Support: hello@placementapi.com · Terms: https://placementapi.com/terms

Lo que la gente pregunta sobre placementapi

¿Qué es futurebets/placementapi?

+

futurebets/placementapi es mcp servers para el ecosistema de Claude AI. TypeScript client and MCP manifest for Placement API — buy SEO link placements across every marketplace: verified domains, held prices, one invoice. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-07.

¿Cómo se instala placementapi?

+

Puedes instalar placementapi clonando el repositorio (https://github.com/futurebets/placementapi) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar futurebets/placementapi?

+

Nuestro agente de seguridad ha analizado futurebets/placementapi y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene futurebets/placementapi?

+

futurebets/placementapi es mantenido por futurebets. La última actividad registrada en GitHub es del 2026-09-07, con 0 issues abiertos.

¿Hay alternativas a placementapi?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega placementapi en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: futurebets/placementapi
[![Featured on ClaudeWave](https://claudewave.com/api/badge/futurebets-placementapi)](https://claudewave.com/repo/futurebets-placementapi)
<a href="https://claudewave.com/repo/futurebets-placementapi"><img src="https://claudewave.com/api/badge/futurebets-placementapi" alt="Featured on ClaudeWave: futurebets/placementapi" width="320" height="64" /></a>

Más MCP Servers

Alternativas a placementapi