Official repository containing Model Context Protocol (MCP) servers and guidance for integrating them with AI assistants and language models.
- Overview
- Available Servers
- Server Tools
- Installation & Getting Started
- Configuration
- Troubleshooting
- Support
This repository provides standardized MCP server implementations that enable AI assistants and language models to securely interact with external APIs and services. MCP is an open protocol that allows structured access to resources and operations.
Status: Some servers may be in Private Beta. Contact your account representative or submit an inquiry to learn about beta access.
| Server Name | Endpoint | Description |
|---|---|---|
| Fabric MCP | https://mcp.equinix.com/fabric |
Interact with Equinix Fabric resources |
| Peering Insights MCP | https://mcp.equinix.com/peeringInsights |
Manage Internet Exchange and peering resources |
Each MCP server exposes a set of tools for interacting with its respective API. Tools are organized by server below.
Location: https://mcp.equinix.com/fabric
Available tools:
- Reference: All Fabric tools
Location: https://mcp.equinix.com/peeringInsights
MCP servers are accessible via standardized HTTP endpoints that support the Model Context Protocol. These endpoints work with any compatible MCP client.
Standard Configuration:
{
"servers": {
"fabric": {
"type": "http",
"url": "https://mcp.equinix.com/fabric"
},
"peering-insights": {
"type": "http",
"url": "https://mcp.equinix.com/peeringInsights"
}
}
}Note: These URLs are designed for use within compliant MCP clients only. Direct browser access will return a
405 Method Not Allowederror. Use VS Code, Claude Desktop, or the MCP Inspector instead.
Choose your preferred client for quick setup:
| Client | Installation | Guide |
|---|---|---|
| VS Code | Install "MCP Servers" extension from Marketplace | VS Code MCP Guide |
| Claude Desktop | Add via "Add custom connector" in settings | Claude Desktop Guide |
| Visual Studio | Built-in support (VS 2022 or later) | Visual Studio Guide |
| Cursor IDE | Install via Cursor settings panel | Cursor MCP Guide |
New to Equinix MCP? Start here: Getting Started Guide →
This guide covers: This guide covers:
- Authentication (OAuth 2.1 — DCR/CIMD)
- Setting up your preferred MCP client
- Testing your connection
- Running your first commands
- Security best practices
- Copy the MCP server endpoint URL from the Available Servers table
- Add it to your client's configuration file
- Verify the connection in your MCP client interface
| Issue | Solution |
|---|---|
| Connection errors | Verify your network connection and ensure the server URL is correctly entered in your MCP client configuration |
| Tools not appearing | Restart your IDE/client application and verify the MCP server is properly installed and connected |
| HTTP 405 error | This occurs when accessing the endpoint in a web browser. Use your MCP client (VS Code, Claude Desktop, etc.) or MCP Inspector instead |
| Authentication failures | Ensure you completed the client browser consent flow and that the MCP client is configured with the correct server URL. If the client can't open a browser, check pop-up blockers and OS URL handlers. |
| Slow responses | Check your network latency and server status. Consider retrying requests if network conditions are poor |
-
Documentation: Complete documentation in
/docs -
Issues: Report bugs or request features
-
Email: Contact support with specific server requirements fabric-intelligence-support@equinix.com
| Resource | Purpose |
|---|---|
| Getting Started | First-time setup and configuration |
| Fabric MCP Server | Connection management workflows and examples |
| Peering Insights Server | Peering optimization and analysis |