Content Tools
mansetetkisi.com
Fetches and searches news articles, categories, and metadata from Manşet Etkisi.
ENDPOINT 1
https://mansetetkisi.com/api/mcp
MCP server metadata
- Name
- man_et_etkisi
- Version
- 1.0.0
Manşet Etkisi provides read-only access to published news and editorial content. Use `search` to discover relevant articles. Use `fetch` to retrieve the complete canonical article identified by a search result. Use `get_latest_news` for requests about the newest or most recent articles. Use category-specific tools only when the user explicitly asks for a category. Never fabricate articles, URLs, dates, authors, or categories. Preserve canonical absolute URLs and publication timestamps. Prefer concise search results; retrieve full article content only with `fetch`.
Known tools 7
get_latest_newsReturns the newest published articles from Manşet Etkisi, ordered from newest to oldest.
Inferred read-onlyget_articleRetrieves 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.
Inferred read-onlysearch_newsPerforms keyword search across published news articles on Manşet Etkisi.
Inferred read-onlyget_category_newsReturns recent published news articles belonging to a specific category (e.g.
Inferred read-onlylist_categoriesLists all active top-level news categories available on Manşet Etkisi.
Inferred read-onlysearchDiscovers published news articles matching a search query from Manşet Etkisi.
Inferred read-onlyfetchRetrieves the complete canonical article text and metadata for a specific document identified by an ID from search results (e.g.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.