mdskills
← All tags

Json AI Agent Skills

Browse AI agent skills tagged "Json". Find and install skills, MCP servers, and plugins for your AI coding assistant.

152 listings

Olostep MCP Server

MCP Server

A Model Context Protocol (MCP) server implementation that integrates with Olostep for web scraping, content extraction, and search capabilities. To set up Olostep MCP Server, you need to have an API key. You can get the API key by signing up on the Olostep website. - Scrape website content in HTML, Markdown, JSON or Plain Text (with optional parsers) - Parser-based web search with structured resul

8.0olostep/olostep-mcp-server

Bluesky Social MCP

MCP Server

An MCP server for interacting with the Bluesky social network via the atproto client. :wave: Leave an issue if you have any problems running this MCP. I should be able to push out fixes pretty quickly. Get your Bluesky app password at: https://bsky.app/settings/app-passwords Add the following to your MCP config file (Note that the version is pinned): - For security reasons, I think its best to kee

8.0gwbischof/bluesky-social-mcp

Parallel Search MCP

MCP Server

The Parallel Search MCP allows using Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks. Please read our MCP docs here for more details. The official installation instructions can be found here. Running locally This is a Search MCP proxy server (https://search-mcp.parallel.ai) that proxies /mcp to https://mcp.parallel.ai/v

5.0parallel-web/search-mcp

Rescuedogs MCP Server

MCP Server

MCP server for discovering rescue dogs from European and UK organizations. Search, filter, and get detailed profiles of dogs available for adoption. Add to ~/.config/claude/claudedesktopconfig.json (macOS) or %APPDATA%\Claude\claudedesktopconfig.json (Windows): Search for rescue dogs with comprehensive filtering. Parameters: - query - Free-text search - breed - Filter by breed name - breedgroup -

8.0ssatama/rescuedogs-mcp-server

MCP Git Ingest

MCP Server

A Model Context Protocol (MCP) server that helps read GitHub repository structure and important files. Inspired by gitingest. Using mcp-client-cli:

7.0adhikasp/mcp-git-ingest

NS Travel Information MCP Server

MCP Server

Transform your AI assistant into a Dutch railways expert! This MCP server connects Claude to real-time NS (Nederlandse Spoorwegen) travel information, making it your perfect companion for navigating the Netherlands by train. You can install this server in three ways: Update your Claude configuration file (~/Library/Application Support/Claude/claudedesktopconfig.json): You can get an API key from N

8.0r-huijts/ns-mcp-server

Weaviate MCP Server

MCP Server

Build the server: Run the test client Insert an object into weaviate. Request body: Response body Retrieve objects from weaviate with hybrid search. Request body: Response body

3.0weaviate/mcp-server-weaviate

Ws MCP

MCP Server

Wrap MCP stdio servers with a WebSocket. For use with kibitz. Install uv: The config file specifies which MCP servers to run. The default config (no --config or --command args provided) includes: - wcgw: For general system operations and file management - fetch: For making HTTP requests To make a configuration file: 1. Create your configuration file: 2. Modify config.json to add or remove servers

7.0nick1udwig/ws-mcp

MCP Database Server

MCP Server

This is a simple example of how to use a Fireproof database in a Model Context Protocol server (used for plugging code and data into A.I. systems such as Claude Desktop). This demo server implements a basic JSON document store with CRUD operations (Create, Read, Update, Delete) and the ability to query documents sorted by any field. Install dependencies: To use with Claude Desktop, add the server

5.0fireproof-storage/mcp-database-server

Conan MCP Server

MCP Server

A Model Context Protocol server for Conan package manager integration. - Python >= 3.10 - Conan installed Add to your mcp.json: By default, the server uses conan from the system PATH (or the virtual environment where the MCP server is running). If you need to use a specific Conan installation or version, you can set the CONANMCPCONANPATH environment variable in your MCP configuration: If CONANMCPC

8.0conan-io/conan-mcp

Grafana-Loki MCP Server

MCP Server

A FastMCP server that allows querying Loki logs from Grafana. - GRAFANAURL: URL of your Grafana instance - GRAFANAAPIKEY: Grafana API key with appropriate permissions - Query Loki logs through Grafana API - Get Loki labels and label values - Format query results in different formats (text, JSON, markdown) - Support for both stdio and SSE transport protocols - Python 3.10+ 1. Clone this repository

7.0tumf/grafana-loki-mcp

Step 1: Generate a User API Key

MCP Server

A Model Context Protocol (MCP) stdio server that exposes Discourse forum capabilities as tools and resources for AI agents. - Entry point: src/index.ts → compiled to dist/index.js (binary name: discourse-mcp) - SDK: @modelcontextprotocol/sdk - Node: >= 24 - Version: 0.2.4 (0.2.x has breaking changes from 0.1.x - JSON-only output, resources replace list tools) - Run (read‑only, recommended to start

8.0discourse/discourse-mcp

Supabase MCP Server

MCP Server

The Model Context Protocol (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the full list of tools. Before setting up the MCP server, we recommend you read our security best practices to understand t

8.0supabase-community/supabase-mcp

Coincap MCP

MCP Server

Allows you to query crypto information from coincap's public API - no API keys or registration required To get started, add this configuration to your Claude Desktop config file: MacOS: ~/Library/Application\ Support/Claude/claudedesktopconfig.json Windows: %APPDATA%/Claude/claudedesktopconfig.json To install Coincap for Claude Desktop automatically via Smithery: - Node.js 18+ Then, launch Claude

7.0QuantGeekDev/coincap-mcp

Panther MCP Server

MCP Server

Panther's Model Context Protocol (MCP) server provides functionality to: 1. Write and tune detections from your IDE 2. Interactively query security logs using natural language 3. Triage, comment, and resolve one or many alerts Scheduled Queries Global Helpers Data Models Users & Access Management Follow these steps to configure your API credentials and environment. 1. Create an API token in Panthe

8.0panther-labs/mcp-panther

Agrobr MCP

MCP Server

MCP server that gives LLMs access to real-time Brazilian agricultural data — prices, crop estimates, climate, deforestation and more from 10 public sources. Add to claudedesktopconfig.json: Settings > MCP Servers > Add: Add to claudedesktopconfig.json: 10 tools available out of the box: agrobr-mcp is a thin wrapper. All data logic lives in the agrobr library. Servidor MCP que dá acesso a dados agr

8.0bruno-portfolio/agrobr-mcp

Dbt Docs MCP

MCP Server

Model Context Protocol (MCP) server for interacting with dbt project metadata, including dbt Docs artifacts (manifest.json, catalog.json). This server exposes dbt graph information and allows querying node details, model/column lineage, and related metadata. This server provides tools to: Search dbt Nodes: Find nodes (models, sources, tests, etc.) by name (searchdbtnodenames). Locate nodes based o

8.0mattijsdp/dbt-docs-mcp

Stacksfinder/mcp Server

MCP Server

MCP (Model Context Protocol) server that brings deterministic tech stack recommendations to LLM clients like Claude, Cursor, Windsurf, and other MCP-compatible tools. Try it free — 8 tools work without an account, including a daily demo recommendation and MCP project kit. Add to ~/Library/Application Support/Claude/claudedesktopconfig.json (macOS) or %APPDATA%\Claude\claudedesktopconfig.json (Wind

8.0hoklims/stacksfinder-mcp

MCP Server for Chronulus

MCP Server

MCP Server for Chronulus Chat with Chronulus AI Forecasting & Prediction Agents in Claude Claude for Desktop is currently available on macOS and Windows. Install Claude for Desktop here Follow the general instructions here to configure the Claude desktop client. You can find your Claude config at one of the following locations: - macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json

7.0ChronulusAI/chronulus-mcp

Box MCP Server

MCP Server

You will need: - BOXUSERID and one of the following: - BOXJWTBASE64 (recommended) - BOXJWTCONFIGPATH Using a JWT Config allows persistent connection to Box. You will need a paid Box enterprise account, or you can sign up for a free developer account (make sure you are signed out of Box before clicking that link). Visit the Box Developer Console and create a new application. Make sure the authoriza

7.0hmk/box-mcp-server

MCP Timeserver

MCP Server

A simple MCP server that exposes datetime information to agentic systems and chat REPLs The server implements a simple datetime:// URI scheme for accessing the current date/time in a given timezone, for example: The server exposes a tool to get the current local time in the system timezone: use the following json

7.0SecretiveShell/MCP-timeserver

MCP Setup

Read more about setting up the GameBrain MCP server. Simply get your free API key and copy this config into your MCP client:

3.0ddsky/gamebrain-api-clients

Legends MCP

MCP Server

Ever wanted to ask Elon Musk about first principles? Get Warren Buffett's take on your investment? Have Steve Jobs roast your product design? Get Paul Graham and Marc Andreessen to debate your startup idea? Now you can. With Party Mode, multiple legends can discuss your questions together! Claude Code (~/.claude/settings.json): That's it. No API key needed. Restart Claude Code and start chatting!

6.0cryptosquanch/legends-mcp

Cve Search MCP

MCP Server

A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - python 3.10+ - Cline、Roo Code etc - To get a JSON with all the vendors - To get a JSON with all the products associated to a vendor - To get a JSON with all the vulnerabilities per vendor and a spec

7.0roadwy/cve-search_mcp