MCP Server LogoMCP Server
MCPsCategoriesDirectorySubmit
Submit
MCPsCategoriesDirectorySubmit
Submit

MCP Servers

A curated list of MCP Servers, featuring Awesome MCP Servers and Claude MCP integration.

Contact Us

[email protected]

About

Privacy PolicyTerms of Service

Resources

Model Context ProtocolMCP Starter GuideClaude MCP Servers

Community

GitHub

© 2025 mcpserver.cc © 2025 MCP Server. All rights reserved.

Privacy PolicyTerms of Service
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Dev Portal
Dev Portal

Dev Portal

Created by chainstack•2 months ago
Visit Website

Chainstack Developer Portal

Developer Tools
llmmcpweb3

Chainstack Developer Portal

This is the repository for the Chainstack Developer Portal.

The Developer Portal runs on Mintlify—the same docs engine as used by Anthropic & Cursor, so if you ever used those, you’ll feel right at home.

Using the Developer Portal

You can use the Developer Portal by just browsing and searching through it as you would normally. Note that the RPC node API reference is interactive, so feel free to play around with the calls.

Since we are in the age of AI and LLMs, here are three additional ways to use the Developer Portal with agents:

  • This repository is public, so your agents can just ingest it.
  • llms-full.txt is automatically generated and published on every change.
  • Built-in MCP server — just run npx @mintlify/mcp@latest add chainstack to add the Developer Portal as a local MCP server.

Note that the Developer Portal MCP server is a docs project and is different from an RPC node MCP server that we are also building.

MCP server

Built-in MCP server — just run npx @mintlify/mcp@latest add chainstack to add the Developer Portal as a local MCP server.

Contributing to the Developer Portal

Just contribute as you normally would—PRs, Issues, Discussions, whatever works best for you. We welcome every and all builders.

Adding release notes

The release notes structure might be a bit convoluted to figure out at first glance, so here’s a step-by-step walkthrough:

The structure:

dev-portal/
├── changelog.mdx
├── docs.json
└── changelog/
   ├── chainstack-updates-may-30-2025.mdx
   ├── chainstack-updates-april-1-2025.mdx
   ├── chainstack-updates-march-4-2025.mdx
   ├── chainstack-updates-february-5-2025.mdx
   └── chainstack-updates-january-7-2025.mdx

You need to work with each of these files to create proper release notes (order is not important):

  1. In changelog.mdx, copy the previous entry within the <Update...> </Update> tags (and including these tags) and paste it on top of the previous entry.

Example:

<Update label="Chainstack updates: May 30, 2025" description=" by Ake" >

**Protocols**. Now, you can deploy [Global Nodes](https://github.com/chainstack/dev-portal/blob/main/docs/global-elastic-node){:target="_blank"} for Unichain Mainnet. See also [Unichain tooling](https://github.com/chainstack/dev-portal/blob/main/docs/unichain-tooling){:target="_blank"} and a [tutorial](https://github.com/chainstack/dev-portal/blob/main/docs/unichain-collecting-uniswapv4-eth-usdc-trades){:target="_blank"}.

<Button href="/changelog/chainstack-updates-may-30-2025">Read more</Button>
</Update>

Edit the entry to make it your piece of the release notes.

Make sure you change the dates properly in the update label and in the button label.

  1. In the changelog/ directory, copy or create a file in the proper format. Example chainstack-updates-may-30-2025.mdx. In the file, paste in the same entry (without the <Updates> tag) that you did in the changelog.mdx file.
  2. In docs.json, in the Release notes section, add the newly created file name (without .mdx) between changelog and the previous release notes entries. This will let the docs pick up the release notes file and properly display it.

Example:

       "tab": "Release notes",
        "pages": [
          "changelog",
          "changelog/chainstack-updates-may-30-2025",
          "changelog/chainstack-updates-may-16-2025",

And you are done.

Run mintlify dev and do a quick local visual check.

Run mint broken-links for a quick links check.

And submit your PR.

Development

Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command

npm i -g mintlify

Run the following command at the root of your documentation (where docs.json is)

mintlify dev

Dead links check

A CI job will check each PR and warn on the dead links.

You can also run the dead links check locally before submitting your PR:

mint broken-links

Running locally is much more convenient and much faster than a CI job.

Troubleshooting

  • Mintlify dev isn’t running - Run mintlify install it’ll re-install dependencies.
  • Page loads as a 404 - Make sure you are running in a folder with docs.json

Prerequisites

  • •Familiarity with the server domain
  • •Basic understanding of related technologies
  • •Knowledge of Developer Tools

Recommended Server

Mcp Server Diff Python

Mcp Server Diff Python

Ragdocs

Ragdocs

MCP server for RAG-based document search and management

Mcp Guide

Mcp Guide

A beginner-friendly guide server that helps users understand MCP concepts, provides interactive examples, and demonstrates best practices for building MCP integrations. Features tools for exploring MCP capabilities, resources for learning core concepts, and prompts for guided tutorials.

View more → →

Details

Created

June 13, 2025

Last Updated

June 13, 2025

Category

Developer Tools

Author

chainstack

Share

More Server

Systemprompt Mcp Gmail

Systemprompt Mcp Gmail

A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. Optimized for Systemprompt MCP Voice client.

Higress Ai Search Mcp Server

Higress Ai Search Mcp Server

An MCP server enhances AI responses with real-time search results via Higress ai-search.

Mcp Server Salesforce

Mcp Server Salesforce

Salesforce MCP Server

Mcp Communicator Telegram

Mcp Communicator Telegram

An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.