llms.txt ยท tools.json ยท mcp manifestparsed-by GPT-4 ยท Claude ยท Gemini
For LLMs & tool-using models
Drop a tool definition in your assistant config, point it at wpnews, done. Native OpenAI tool spec at /v1/tools.json, llms.txt manifest at /llms.txt, full MCP server at /v1/mcp.
openai-tools 75
mcp-tools 65
llms.txt v1
// 3 ways for an LLM to consume wpnews
tools.json
OpenAI tool definitions โ drop into ChatGPT/Assistants/agent SDK config
copy โ
/mcp
Claude Desktop ยท Cursor โ full MCP server with resources + tools
install โ
llms.txt
Plain-text manifest โ for LLMs that auto-discover capabilities
view โ
// example: ChatGPT custom GPT
tools.json โ paste into Action schemaopenapi 3.1
$curl https://api.wpnews.pro/v1/tools.json > tools.json
# then drop into ChatGPT custom GPT Actions schema field
# then drop into ChatGPT custom GPT Actions schema field