INDIVIDUAL MCP TOOL
correct_interest
Record the user's correction to an inferred interest, using a key from get_interests.
LIVE ENDPOINT
https://mcp.tweetsmash.com/api/mcp
Connect to this endpoint to inspect the live schema for correct_interest and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.tweetsmash-mcp]
url = "https://mcp.tweetsmash.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tweetsmash-mcp": {
"type": "http",
"url": "https://mcp.tweetsmash.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tweetsmash-mcp
Remote MCP URL: https://mcp.tweetsmash.com/api/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": {
"tweetsmash-mcp": {
"url": "https://mcp.tweetsmash.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tweetsmash-mcp": {
"type": "http",
"url": "https://mcp.tweetsmash.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tweetsmash-mcp",
"transport": "streamable-http",
"url": "https://mcp.tweetsmash.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_bookmarks— List the user's Twitter BOOKMARKS — posts they deliberately saved.list_likes— List the posts the user LIKED on X (not their bookmarks).search_bookmarks— Search through a user's Twitter bookmarks using keyword search (q), semantic search (vector_search_term), or author filtering (author).get_bookmark_count— Get the total count of user's bookmarks with optional filtering.list_labels— List all user's labels with their usage counts.add_labels_to_tweets— Add a label to a list of tweets.remove_labels_from_tweets— Remove a label from a list of tweets using label_name.delete_label— Delete a label from the account entirely — the label itself plus every bookmark's assignment of it.