Skip to main content
MCP-Enabled

The AI-Native Documentation Platform

A modern documentation hub with full MCP integration. Connect AI agents, submit content from any source, and discover knowledge through natural language search.

Documents
10

Published documentation pages

Submissions
1

Content submissions received

Sources
6

Unique content sources

MCP Integration
Full Model Context Protocol support. Connect Claude, GPT, or any MCP-compatible AI agent directly to your docs.
Multi-Source Submissions
Accept content from any external source with unique identifiers. Perfect for aggregating community knowledge.
Full REST API
Complete CRUD API with search, webhooks, and versioning. Integrate with any workflow or automation.
Quick Start: Connect Your AI Agent
Use the MCP endpoint to connect any compatible AI agent
# MCP Connection
curl -X POST https://docs.platphormnews.com/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}'

# Or use the REST API
curl "https://docs.platphormnews.com/api/v1/documents" \
  -H "Authorization: Bearer your_api_key"

Deploy Your Own Instance

Clone this open-source project and deploy to Vercel in minutes

Ready to contribute?

Submit your documentation, blog posts, or tutorials from any source.