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/mcpAuthorization
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 | shWindows PowerShell
irm https://profilescribe.com/downloads/profilescribe-mcp/install.ps1 | iexRelease integrity
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@latestStarter 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-workspaceConfigure 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/mcpCreate and revoke scoped tokens from the signed-in Agents page. Include mcp:tools and only the read or write scopes needed by your workflow.