Back to Browse

Osboon MCP Server

by Osboon
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read-only AI access to Osboon business card analytics, viewers, links, connections and contacts.

About

Read-only AI access to Osboon business card analytics, viewers, links, connections and contacts.

Remote endpoints: streamable-http: https://osboon.com/mcp/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-osboon-osboon": {
      "url": "https://osboon.com/mcp/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Osboon MCP Server

Connect your AI assistant to your Osboon 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

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:

# 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, …):

{
  "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)

ToolWhat it answers
get_card_analyticsVisitor counts for your cards over today / 7 days / 30 days
compare_card_analyticsRanks your cards by visits over a range and names the best performer
list_card_viewersWho viewed your cards — country, city, device type, time (privacy-floored)
get_card_linkThe public URL and slug for one of your cards
get_my_connectionsYour active network connections (people and companies)
get_my_contact_channelsThe contact channels on your own profile (email, phone, website, …)
get_languagesReference 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


This repository is documentation for the hosted Osboon MCP server; the server itself is not open source.

Reviews

No reviews yet

Be the first to review this server!