SingLinkBot MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SingLinkBot MCPshow me today's top news briefs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SingLinkBot MCP
Remote Model Context Protocol access to citable SingLinkNews briefs and strictly authorized, read-only SingLinkBot group information.
Official endpoints
Product and setup guide: https://singlinkbot.com/en/mcp
Remote MCP endpoint (Streamable HTTP):
https://singlinkbot.com/mcp/connectPublic news: https://singlinkbot.com/en/news
MCP authorization dashboard: https://singlinkbot.com/en/dashboard/mcp
The MCP endpoint is a protocol endpoint, not a normal webpage. Add it to a compatible MCP client instead of opening it as a website.
Related MCP server: storyflo
Two isolated connection modes
Mode | Authentication | Available data |
Public news | None | Public, fully translated platform news only |
Authorized management |
| Selected read-only scopes for the signed-in account and explicitly granted groups |
User-created news is excluded from public news tools. Management access never accepts a caller-supplied userId, ownerId, chatId, administrator role, or viewAs override.
Implemented tools
Public: get_latest_news, search_news, get_news_article, list_news_categories.
Authorized management: list_my_groups, get_group_settings, get_group_statistics, get_my_subscription. See the language-specific guides for inputs, scopes, configuration, attribution, and security details.
Minimal configuration
Public connection:
{
"mcpServers": {
"singlink": {
"url": "https://singlinkbot.com/mcp/connect"
}
}
}Authorized connection (only if the client supports secret headers):
{
"mcpServers": {
"singlink": {
"url": "https://singlinkbot.com/mcp/connect",
"headers": {
"Authorization": "Bearer ${SINGLINK_MCP_TOKEN}"
}
}
}
}Configuration keys vary by client. Store the token in a secret manager or environment variable; never commit it, paste it into prompts, or send it to a third party.
Attribution
SingLinkNews provides AI-assisted translations and summaries. Facts, images, and original reporting remain attributable to the named source and author. MCP article results include a public SingLinkNews URL and the original report URL so consumers can cite and verify the source.
Security
Report suspected vulnerabilities through the contact channel published on https://singlinkbot.com. Do not include real tokens, personal data, or exploit details in a public issue.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityFmaintenanceA read-only MCP server that provides access to financial news, Wall Street Bets sentiment analysis, and detailed options data from sellthenews.org. It enables LLMs to retrieve real-time news feeds, search historical data, and analyze options chains or Greek exposure for specific tickers.Last updated5
- AlicenseAqualityAmaintenanceCurated audio-news MCP server. Search trending articles, fetch narrated audio, subscribe topic feeds. OAuth 2.1 + RFC 7591 DCR. Free tier; premium briefings via x402 over stablecoin settlement.Last updated7162MIT
- AlicenseAqualityAmaintenanceEnables querying scored and classified Russian and English news via MCP clients, offering filtered feeds, keyword search, breaking news, and coverage stats.Last updated51MIT
- Alicense-qualityAmaintenanceSearch, trending, topics, and local news all in one MCP server. Article previews, deduplication, source filtering, and 40+ languages built in.Last updated432MIT
Related MCP Connectors
Read-only Remote MCP for externally grounded AI agent trust receipts.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SingLinkLabs/singlinkbot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server