v0.9.1MCP 2026-07-2876 tools

Use PlatPhorm MCP

A task-first guide for humans and agents. Start with intent, inspect a small ranked result, then call one canonical tool with schema-valid arguments.

1
Describe the task
Call the public recommender with a short plain-English intent.
2
Inspect the match
Check owner, status, authorization, reasons, and the exact input schema.
3
Call one tool
Use only the returned canonical name in a JSON-RPC tools/call envelope.
Fast agent request
Recommendations are deterministic, bounded, cacheable, and include a ready invocation structure.
GET /api/v1/model/recommend-tools?task=check%20site%20health&limit=5

POST /mcp
{"jsonrpc":"2.0","id":"call-1","method":"tools/call","params":{"name":"<canonical-name>","arguments":{}}}

Reference library

Searchable, paginated human and machine surfaces. Public pages never contain credentials.

Showing 1-12 of 18 references

Client configuration
Use Streamable HTTP. The endpoint is stateless; do not embed a shared key in public configuration.
{
  "mcpServers": {
    "platphormnews": {
      "url": "https://mcp.platphormnews.com/mcp"
    }
  }
}

Preferred protocol version: 2026-07-28

Authorization boundary
Discovery and public-safe reads are open. Mutations, delegation, proxying, sync, tests, reports, and administration require PLATPHORM_API_KEY supplied from a server-side secret store.