# Artribune

Explore the Italian contemporary art scene by accessing a vast database of articles, artist profiles, and exhibition details. Stay updated with the latest news and cultural events across various venu…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add fuoribinario/artribune-14

# Browse available tools
npx -y @smithery/cli@latest tool list fuoribinario/artribune-14

# Get full schema for a tool
npx -y @smithery/cli@latest tool get fuoribinario/artribune-14 search_articles

# Call a tool
npx -y @smithery/cli@latest tool call fuoribinario/artribune-14 search_articles '{}'
```

## Direct MCP Connection

Endpoint: `https://artribune-14--fuoribinario.run.tools`

**Optional config:**
- `apiKey` (query)

## Tools (5)

- `search_articles` — Search for articles in the Artribune database about Italian contemporary art
- `get_article` — Get full details of a specific article by ID
- `get_artist_profile` — Get comprehensive information about an artist including exhibitions, venues, and collaborators
- `get_recent_articles` — Get the most recently published articles
- `tri_query` — Hybrid search combining database, Vertex AI semantic search, and graph queries

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get fuoribinario/artribune-14 <tool-name>
```
