Skip to main content
ClaudeWave

Connect your AI assistant to your Osboon digital business cards — hosted MCP server, OAuth 2.1, read-only. Analytics, viewers, links and connections in plain language.

MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/osboon/osboon-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "osboon-mcp": {
      "command": "node",
      "args": ["/path/to/osboon-mcp/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/osboon/osboon-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Osboon MCP Server

Connect your AI assistant to your [Osboon](https://osboon.com) account and ask questions about your own digital business cards in plain language — "How many visits did my card get this week?", "Who viewed it, and from where?", "Which of my cards performs best?". Read-only, free, and you can disconnect at any time.

**Server address:**

```
https://osboon.com/mcp/
```

- **Transport:** Streamable HTTP (remote server — nothing to install or run)
- **Auth:** OAuth 2.1 — authorization code + PKCE, with dynamic client registration and automatic discovery. You sign in on osboon.com; your password never touches the assistant.
- **Access:** read-only, 7 tools, free with any Osboon account

## Connect

Full step-by-step guides for every supported client, with screenshots: **[osboon.com/mcp/connect](https://osboon.com/mcp/connect/)**

**Chat apps** (Claude, Mistral Le Chat, and other MCP-capable assistants): add a custom connector and paste the server address above — the guide covers each one.

**CLI / dev tools:**

```bash
# Claude Code
claude mcp add --transport http osboon https://osboon.com/mcp/

# Codex CLI
codex mcp add osboon --url https://osboon.com/mcp/
```

**Generic MCP client config** (VS Code with GitHub Copilot, Cursor, Zed, Goose, LM Studio, Warp, Gemini CLI, Qwen Code CLI, …):

```json
{
  "mcpServers": {
    "osboon": {
      "type": "http",
      "url": "https://osboon.com/mcp/"
    }
  }
}
```

Your client opens a browser window to osboon.com, you sign in and approve, and the tools appear. About two minutes, once.

## Tools (7, all read-only)

| Tool | What it answers |
|---|---|
| `get_card_analytics` | Visitor counts for your cards over today / 7 days / 30 days |
| `compare_card_analytics` | Ranks your cards by visits over a range and names the best performer |
| `list_card_viewers` | Who viewed your cards — country, city, device type, time (privacy-floored) |
| `get_card_link` | The public URL and slug for one of your cards |
| `get_my_connections` | Your active network connections (people and companies) |
| `get_my_contact_channels` | The contact channels on your own profile (email, phone, website, …) |
| `get_languages` | Reference list of the languages Osboon supports |

## Security & privacy

- **Read-only.** No tool can create, change, or delete anything on your account.
- **Your password never reaches the assistant.** Sign-in and consent happen on osboon.com (OAuth 2.1); the assistant only ever holds a scoped token.
- **Scoped tokens.** Access is split into `analytics:read`, `contact:read`, `profile:read`, and `card:read` — a token carries only what it needs.
- **Viewer data is dashboard-grade only.** `list_card_viewers` returns the same fields your own dashboard shows — country, city, device type, visit time — never IP addresses or user agents. Ranges with fewer visits than the privacy floor return only a count, no rows.
- **Disconnect any time.** On osboon.com: Settings → Security → Agents. Or remove the connector in your AI client — either side kills the access.

## Links

- Setup guides & FAQ: [osboon.com/mcp/connect](https://osboon.com/mcp/connect/)
- Osboon: [osboon.com](https://osboon.com)
- Terms: [osboon.com/eula](https://osboon.com/eula/)

---

This repository is documentation for the hosted Osboon MCP server; the server itself is not open source.
mcpmcp-servermcp-serversmodel-context-protocolmodel-context-protocol-serversoauthremote-mcpremote-mcp-server

What people ask about osboon-mcp

What is osboon/osboon-mcp?

+

osboon/osboon-mcp is mcp servers for the Claude AI ecosystem. Connect your AI assistant to your Osboon digital business cards — hosted MCP server, OAuth 2.1, read-only. Analytics, viewers, links and connections in plain language. It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install osboon-mcp?

+

You can install osboon-mcp by cloning the repository (https://github.com/osboon/osboon-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is osboon/osboon-mcp safe to use?

+

Our security agent has analyzed osboon/osboon-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains osboon/osboon-mcp?

+

osboon/osboon-mcp is maintained by osboon. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to osboon-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy osboon-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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

More MCP Servers

osboon-mcp alternatives