INDIVIDUAL MCP TOOL
resolve_public_bluesky_input
Resolve a public Bluesky profile, post, thread, handle, or at:// post URI.
LIVE ENDPOINT
https://api.carryfeed.com/mcp
Connect to this endpoint to inspect the live schema for resolve_public_bluesky_input and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.carryfeed]
url = "https://api.carryfeed.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carryfeed": {
"type": "http",
"url": "https://api.carryfeed.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carryfeed
Remote MCP URL: https://api.carryfeed.com/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": {
"carryfeed": {
"url": "https://api.carryfeed.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carryfeed": {
"type": "http",
"url": "https://api.carryfeed.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carryfeed",
"transport": "streamable-http",
"url": "https://api.carryfeed.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_public_x_input— Resolve a public X or Twitter handle, profile URL, post URL, article URL, or post ID.get_public_x_profile— Return public profile metadata for an X or Twitter handle.search_public_x_posts— Search public X or Twitter posts by keyword, account, date, media, link, and other public operators.get_public_x_post— Return public post text, author context, metrics, and media metadata.list_public_x_media— List public media resource URLs and metadata exposed by an X or Twitter post.resolve_public_tiktok_input— Resolve public metadata and preview details for a TikTok video or short link.resolve_public_threads_profile— Resolve a public Threads profile and its available recent-post snapshot.list_x_trend_locations— List the country and worldwide locations supported by CarryFeed's public X trends.