Discord
Servers, channels, DMs, forums, invites
GET /guilds
GET /channels/{channel_id}/logs
GET /dms/{channel_id}/messages
Open Discord docs
Browse Discord endpoint reference
Read-only personal data APIs
dataz.md turns conversations, communities, contacts, and message history available to a connected account—including channels and chats the account can access but does not own—into read-only APIs and local MCP tools (Model Context Protocol, for connecting AI clients like Claude) for developers, data teams, and community operators.
Platforms
dataz.md is a hosted service that turns a Discord or Telegram account you own into read-only JSON APIs and local MCP tools. Discord and Telegram stay platform-native where it matters, while the product experience stays consistent.
Discord
GET /guilds
GET /channels/{channel_id}/logs
GET /dms/{channel_id}/messages
Open Discord docs
Browse Discord endpoint reference
Telegram
GET /chats
GET /chats/{chat_id}/members
GET /dms/{dm_id}/messages
Open Telegram docs
Browse Telegram endpoint reference
Live demo
Switch between Discord and Telegram, choose a data surface, and inspect a friendly preview plus the raw JSON response from the configured demo APIs.
Discord
Private surfaces
Telegram
Account graph
Demo response
Choose a read-only request to see live demo account data.
[
{
"id": "123456789012345678",
"name": "Example server"
},
{
"id": "987654321098765432",
"name": "Second example server"
}
]
API docs
Open the interactive docs to inspect paths, parameters, response schemas, and run read-only requests from the browser.
Use cases
Build internal search, migration scripts, enrichment jobs, AI workflows, and MCP-backed agent context without maintaining platform-specific auth and pagination.
Extract community activity, channel history, contact graphs, invite references, member lists, and metadata for analysis.
Understand conversations across servers, groups, channels, and private surfaces without asking moderators to export data manually.
Start
Create a workspace, select Discord, Telegram, or both, complete setup, and reveal a tenant API key once.