Social Media
surf.social
This MCP server enables searching for feeds, podcasts, and Bluesky users, as well as retrieving trending and detailed feed metadata.
ENDPOINT 1
https://mcp.surf.social/mcp
MCP server metadata
- Name
- surf-mcp-public
- Version
- 3.0.2
Known tools 31
get_surf_capabilitiesGet Surf's "Agent Handshake" manifest: the full constraint surface for building a Surf API integration.
Inferred read-onlyvalidate_surf_integrationValidate a proposed Surf integration config against Surf's constraints and get back structured errors to fix before you ship a token or ship code.
Inferred read-onlydiagnose_appDiagnose a Surf developer application you own and explain what's wrong with it.
Inferred read-onlyshare_debug_bundleMint a confidential, short-lived debug bundle for an app you own and return a share link to hand to Surf's support agent.
Inferred read-onlyask_nlweb_agentQuery any NLWeb-compatible agent on the web using natural language.
Inferred read-onlyget_documentFetch a full longform document (a blog post or article from the standard.site / Leaflet ecosystem on the AT Protocol) by its AT-URI.
Potential side effectssearch_publicationsSearch longform publications — blogs and sites publishing on the AT Protocol via the standard.site / Leaflet lexicons (WordPress standard.site plugin, Leaflet, pckt.blog, Offprint, and others).
Inferred read-onlyfact_checkFact-check a claim, paragraph, or post and return a structured verdict with citations.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.surf-mcp-public]
url = "https://mcp.surf.social/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"surf-mcp-public": {
"type": "http",
"url": "https://mcp.surf.social/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: surf-mcp-public
Remote MCP URL: https://mcp.surf.social/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"surf-mcp-public": {
"url": "https://mcp.surf.social/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"surf-mcp-public": {
"type": "http",
"url": "https://mcp.surf.social/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "surf-mcp-public",
"transport": "streamable-http",
"url": "https://mcp.surf.social/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for surf.social was fetched 2026-08-29T07:08:11.266Z.
surf.social is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.