What is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI models (like Claude, Cursor, or ChatGPT) to securely access local and remote data.
By installing the ATLASSC.NET MCP server, you give your AI assistant direct access to our database, allowing it to list posts, search tags, and retrieve full articles directly into your chat context.
Available tools
- list_posts
Browse current feed with tag/search filters.
- get_post
Decrypt and read full post content via slug.
- list_tags
Index all available data fragments by tag.
- get_related_posts
Discover correlated data streams.
Installation guide
- 01
Endpoint URL
Use this URL for your MCP client configuration:
https://atlassc.net/mcp - 02
Connect a remote client
Use your client’s remote MCP server settings and select Streamable HTTP. For clients supporting a JSON server configuration:
// JSON{ "mcpServers": { "atlassc-blog": { "url": "https://atlassc.net/mcp" } } } - 03
Transport settings
Add the endpoint above in a client that supports remote MCP servers:
- Name:
- ATLASSC.NET
- Type:
- Streamable HTTP
- URL:
- https://atlassc.net/mcp
Protocol v1.0 // Ready for uplink