LIVE ENDPOINT
https://authonnews.com/mcp/v1
Connect to this endpoint to inspect the live schema for search_articles and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.authon-ai-native-media-hub]
url = "https://authonnews.com/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"authon-ai-native-media-hub": {
"type": "http",
"url": "https://authonnews.com/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: authon-ai-native-media-hub
Remote MCP URL: https://authonnews.com/mcp/v1
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"authon-ai-native-media-hub": {
"url": "https://authonnews.com/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"authon-ai-native-media-hub": {
"type": "http",
"url": "https://authonnews.com/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "authon-ai-native-media-hub",
"transport": "streamable-http",
"url": "https://authonnews.com/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_structured_knowledge— AUTHON의 검증된 고품질 지식 데이터베이스에서 특정 주제의 정형 기사를 조회합니다.get_article— 공개 기사의 LLM 마크다운 패키지(llm.md)를 조회get_answer_package— 기사 답변 패키지(answer.json) 조회get_fact_graph— 기사 클레임/근거 그래프(facts.json) 조회get_citation— 기사 추천 인용문(citation.txt) 조회get_entity_profile— 엔티티/고객 프로필 조회list_ai_index— 전체 공개 기사 AI 패키지 인덱스 조회get_readiness— 기사 인용 준비도 조회.