# Vinkius Catalog Discovery MCP

> Vinkius AI Catalog gives your agent direct, programmatic access to every MCP available in the Vinkius ecosystem. Instead of guessing what tools exist out there, you can search, browse, and analyze the entire catalog's taxonomy, documentation, and statistics—all through natural language queries.

## Overview
- **Category:** growth-engine
- **Price:** Free
- **Tags:** vinkius, mcp-catalog, integration-discovery, ai-agents, debugger

## Description

Turn your AI client into a complete intelligence operator for the whole Vinkius library. This MCP hands your agent direct access to every single integration in the largest curated collection of MCPs available. You can use it to search the entire catalog with simple questions, or you can browse by specific categories and tags to understand the ecosystem's full scope. Need to know how many integrations are for finance? Ask. Want to see which types of tools exist across all sectors? The agent handles that. It even lets you inspect a complete profile for any integration, pulling up its exposed tools, FAQs, suggested prompts, and developer grades instantly. Since Vinkius hosts this catalog, your agent always has the most current data on available tooling.

## Tools

### browse_listings
Browse through available MCPs with filters, sorting options, and pagination controls.

### get_catalog_stats
Retrieves the total count of all MCPs currently hosted in the catalog.

### get_categories
Lists editorially featured categories along with a sample of associated MCP listings.

### get_category_sections
Retrieves all specific sections and sorted listings within one chosen category.

### get_all_categories
Paginates through every single official category in the catalog, including listing counts for each.

### get_all_tags
Lists every tag used across all MCPs and shows how many integrations use that specific label.

### get_featured_categories
Retrieves a curated list of top-level categories selected by the platform editors, with examples of included MCPs.

### get_listing_faqs
Fetches specific Frequently Asked Questions and answers for a single listed MCP.

### get_random_listings
Retrieves a batch of random, randomly selected MCPs from the catalog for general discovery.

### search_catalog
Searches the entire Vinkius MCP library using natural language queries or specific keywords.

### get_listing_prompts
Retrieves examples of effective prompts and expected responses for a single listed MCP.

### get_listing
Pulls the complete profile for one specific MCP, including its tools, FAQs, related integrations, and category placement.

## Prompt Examples

**Prompt:** 
```
Search the Vinkius catalog for CRM integrations.
```

**Response:** 
```
I found 8 CRM MCPs in the catalog. Top results: HubSpot Integration (Grade A, 12 tools), Salesforce Connector (Grade B, 8 tools), and Pipedrive Analytics (Grade B, 5 tools). Want me to show the tools and FAQ for any of these?
```

**Prompt:** 
```
Show me the full details and tools of the Kaggle Market Intelligence MCP.
```

**Response:** 
```
Here's the full profile for Kaggle Market Intelligence: it has 6 tools (dataset search, competition scanning, community engagement, etc.). Debugger Grade: A (92/100). Trust Score: 92 (Verified). Requires Kaggle API credentials (username:key format). Want me to show the FAQ or prompt examples?
```

**Prompt:** 
```
What categories are available in the catalog?
```

**Response:** 
```
The Vinkius catalog has 12 active categories. Featured: Developer Tools (45 MCPs), Social Media (38 MCPs), Growth Engine (22 MCPs), AI Platforms (19 MCPs). Want me to browse MCPs in a specific category?
```

## Capabilities

### Search all integrations
Find specific MCPs by asking natural language questions or using keyword searches across the entire library.

### Analyze catalog structure
Retrieve lists of featured categories, general categories, and every existing tag to map the entire tool ecosystem.

### Review specific MCP details
Pull up a full profile for any single integration, including its complete list of tools, developer FAQs, and example prompts.

### Monitor catalog growth
Get real-time statistics on the total number of MCPs available in the Vinkius marketplace.

## Use Cases

### Mapping the full developer landscape
A Platform Architect needs to know if Vinkius supports any tools for local government compliance. They run a query through search_catalog and immediately get results, confirming 5 specialized MCPs are available before committing development resources.

### Onboarding new team members
A new AI Agent Developer wants to understand the different types of data sources available. They use get_all_tags and see everything from 'finance' to 'supply-chain', giving them a clear map of what they can build.

### Investigating competitor integrations
A Growth Engineer wants to know if there are any tools for video editing or specialized media handling. They use get_categories and find a 'Media' section, allowing them to adjust their content strategy immediately.

### Debugging integration requirements
An Agent Developer is stuck on an API connection. They use get_listing and examine the related listings for other similar tools, finding a specific required authentication method that solves their problem.

## Benefits

- Stop guessing what tools are available. Using search_catalog lets you find integrations across all industries using plain language queries, saving hours of manual browsing.
- Understand the full scope of the platform's capabilities. Tools like get_all_tags and get_all_categories map out every single niche and category existing in the Vinkius marketplace.
- Validate your assumptions before development. You can use get_listing to pull up a complete profile, including tools and FAQs, for any MCP you might want to incorporate.
- Track platform maturity instantly. By running get_catalog_stats, you immediately know how large the overall ecosystem is without needing to click through pages.
- Get expert insights right away. You can use get_listing_prompts to see exactly what kind of input and output an MCP expects, preventing integration failures.

## How It Works

The bottom line is you get programmatic access to Vinkius’s entire index of available tools, turning discovery into a simple query.

1. Tell your agent what you need to find, such as 'Show me all finance tools' or 'What tags are related to CRM?'
2. The MCP executes a search against the Vinkius index and compiles the relevant data points like total counts, featured sections, and matching integrations.
3. Your agent presents the results—whether it's a list of 10 potential tools or a detailed profile for one specific integration.

## Frequently Asked Questions

**Do I need credentials to use this MCP?**
No. The Vinkius catalog is fully public. All search, browse, and detail operations work without any credentials.

**What data does the search return?**
Search returns MCP cards with title, description, slug, tool count, debugger quality grade, and auth requirement. Results are ranked by relevance using AI-powered keyword extraction.

**Can I filter by category and server type simultaneously?**
Yes. All filter parameters (category, tag, server_type) can be combined in both search and browse operations for precise results.

**What does the debugger grade mean?**
Each MCP is scanned by the Vinkius Debugger, which grades quality from A (excellent) to F (critical issues). The grade reflects tool schema compliance, error handling, response consistency, and documentation completeness.