# Psikolog — AI Agent Reference

**Subdomain:** `psikolog`  
**Protocol:** Model Context Protocol (MCP) over HTTP  
**MCP Endpoint:** `https://psikolog.fiyatlari.pro/mcp`  
**Transport:** Streamable HTTP (JSON-RPC 2.0)  
**Authentication:** None required

---

## Overview

This is a wildcard domain project powered by ModularPHP. It exposes structured content
and listing data scoped to the "psikolog" subdomain via MCP tooling.

## Endpoints

| Endpoint | Description |
|---|---|
| `POST https://psikolog.fiyatlari.pro/mcp` | MCP JSON-RPC 2.0 endpoint |
| `GET https://psikolog.fiyatlari.pro/.well-known/mcp` | MCP Server Card |
| `GET https://psikolog.fiyatlari.pro/.well-known/agent-skills` | Agent Skills descriptor |
| `GET https://psikolog.fiyatlari.pro/sitemap.xml` | XML Sitemap |
| `GET https://psikolog.fiyatlari.pro/llms.txt` | LLMs.txt index |

## MCP Tools

### `search_contents`
Search content entries for the current wildcard domain project (psikolog). Searches by title, description or slug.

**Parameters:**
- `query`: Search term to match against title, description or slug.
- `status`: Filter by status: "pending", "processing", "completed", "failed". Optional.
- `language`: Filter by language code (e.g. "tr", "en"). Optional.
- `limit`: Maximum number of results to return. Default: 20, max: 100.
- `offset`: Pagination offset. Default: 0.

## Key Resources

- **Contents**: AI-generated and curated content entries scoped to this subdomain
- **Listings**: Active product/service listings for this domain project

## Discovery

- MCP Server Card: `https://psikolog.fiyatlari.pro/.well-known/mcp`
- Agent Skills: `https://psikolog.fiyatlari.pro/.well-known/agent-skills`
- API Catalog: `https://psikolog.fiyatlari.pro/.well-known/api-catalog`
- OAuth Authorization Server: `https://psikolog.fiyatlari.pro/.well-known/oauth-authorization-server`
