First-PartyFirst-party
Developers Digest
A streamable HTTP MCP endpoint that exposes the same credit-metered capabilities as the Developers Digest REST API. Every tool call resolves its owner from the API key, so there is no separate session to manage. Point any MCP client at the URL with a Bearer key and the tools appear.
Install
Add this block to your MCP client config.
mcp.json
{
"mcpServers": {
"developers-digest": {
"type": "http",
"url": "https://www.developersdigest.tech/api/mcp",
"headers": {
"Authorization": "Bearer dd_live_your_key_here"
}
}
}
}Auth
Bearer dd_live_ API key (required on every call)
Tools exposed
- generate_image (5 credits)
- count_tokens (free)
- search_content (free)
- get_daily_brief (free)
- get_balance (free)