← mansetetkisi.com
INDIVIDUAL MCP TOOL
list_categories
Lists all active top-level news categories available on Manşet Etkisi.
LIVE ENDPOINT
https://mansetetkisi.com/api/mcp
Connect to this endpoint to inspect the live schema for list_categories 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.man_et_etkisi]
url = "https://mansetetkisi.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"man_et_etkisi": {
"type": "http",
"url": "https://mansetetkisi.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: man_et_etkisi
Remote MCP URL: https://mansetetkisi.com/api/mcp
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": {
"man_et_etkisi": {
"url": "https://mansetetkisi.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"man_et_etkisi": {
"type": "http",
"url": "https://mansetetkisi.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "man_et_etkisi",
"transport": "streamable-http",
"url": "https://mansetetkisi.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest_news— Returns the newest published articles from Manşet Etkisi, ordered from newest to oldest.get_article— Retrieves the full text, clean markdown content, category, author, and metadata of a specific published article by its numeric URL ID or slug from Manşet Etkisi.search_news— Performs keyword search across published news articles on Manşet Etkisi.get_category_news— Returns recent published news articles belonging to a specific category (e.g.search— Discovers published news articles matching a search query from Manşet Etkisi.fetch— Retrieves the complete canonical article text and metadata for a specific document identified by an ID from search results (e.g.