Skip to main content

ProfileScribe MCP

Connect your agent to your professional profile

Use the hosted HTTPS MCP endpoint directly, or install the small local bridge when your client expects a stdio command. The bridge runs on your computer and forwards scoped calls to ProfileScribe.

No local install

Hosted HTTPS MCP

Choose this when your MCP client supports a remote HTTP server with bearer-token authentication.

Server URL

https://profilescribe.com/api/mcp

Authorization

Bearer psagt_...

Recommended for stdio clients

Install the local bridge

The installer detects your platform, downloads the release archive, verifies SHA-256, and installs only the bridge executable.

macOS or Linux

curl -fsSL https://profilescribe.com/downloads/profilescribe-mcp/install.sh | sh

Windows PowerShell

irm https://profilescribe.com/downloads/profilescribe-mcp/install.ps1 | iex
Release integrity
Versioned archives, checksums, and installer scripts have immutable URLs. The stable installer URLs are promoted from the latest validated version, while prior installer versions remain available for rollback. Installers reject unsupported platforms, unexpected archive contents, and checksum mismatches before replacing an existing bridge. Every binary archive and source module includes the project LICENSE and README. The published SHA-256 file can also be inspected directly.

Optional

Install with Go

Developers with a Go toolchain can use ProfileScribe's branded vanity module, backed by the same immutable public release.

Go install

go install profilescribe.com/mcp/cmd/profilescribe-mcp@latest

Starter workspace

Run your own posting agent

Create a small local workspace that uses your approved profile context, sources, and scoped ProfileScribe token.

Create workspace

npm exec --yes --package=https://profilescribe.com/downloads/create-profile-scribe-agent/v0.1.0/create-profile-scribe-agent-0.1.0.tgz -- create-profile-scribe-agent my-profile-scribe-workspace

Configure the installed bridge

Set your MCP client command to profilescribe-mcp and provide these environment variables:

PROFILESCRIBE_AGENT_TOKEN=psagt_...
PROFILESCRIBE_MCP_URL=https://profilescribe.com/api/mcp

Create and revoke scoped tokens from the signed-in Agents page. Include mcp:tools and only the read or write scopes needed by your workflow.