Obelinf
Obelinf MCP Server
Hosted Model Context Protocol server for Obelinf, the network and infrastructure documentation platform. Connect AI agents like Claude, Cursor, or Codex to your infrastructure records and let them query, answer, and update sites, racks, devices, IP address space, and cabling through one endpoint.
This repository does not contain the server's source code. It holds the MCP listing metadata, connection docs, the changelog for the MCP surface, and the public issue tracker.
Website: https://obelinf.com
API documentation: https://obelinf.com/docs/api/
MCP feature overview: https://obelinf.com/features/ai-infrastructure-documentation/
Quick start
Sign in at obelinf.com and open your organization. MCP is available on all plans, including the free Personal plan.
Create an API key: Dashboard → API Keys → create a key and choose a scope:
Read OnlyorFull Access. Copy it when shown; it is only displayed once.Add the server to your MCP client. Your endpoint is
https://api.obelinf.com/mcp. The organization is selected from your authenticated Obelinf account.
ChatGPT
ChatGPT uses OAuth. Add the MCP endpoint and complete the Obelinf approval flow when prompted. Google and GitHub remain the available Obelinf sign-in methods; ChatGPT receives a short-lived, organization-scoped MCP token after approval.
Cursor (plugin)
Install the Obelinf/mcp repository as a Cursor plugin from the Cursor directory. Set OBELINF_API_KEY once under Plugins → Configure and the server connects automatically. No manual JSON editing needed.
To add it manually instead, use the config below.
Claude Code
claude mcp add --transport http obelinf "https://api.obelinf.com/mcp" \
--header "Authorization: Bearer YOUR_API_KEY"Claude Desktop, Cursor, and other JSON-configured clients
{
"mcpServers": {
"obelinf": {
"url": "https://api.obelinf.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}VS Code (.vscode/mcp.json)
{
"servers": {
"obelinf": {
"type": "http",
"url": "https://api.obelinf.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Other MCP clients: point them at the URL above over Streamable HTTP and send the API key as an Authorization: Bearer header.
Related MCP server: NetBox MCP Server
Endpoint details
Property | Value |
Endpoint |
|
Transport | MCP Streamable HTTP |
Authentication | OAuth for ChatGPT; scoped API keys for other clients |
Rate limit | 100 requests per minute |
Availability | All plans |
Tools | 52 |
Tools
Group | Tools | Description |
Search |
| Cross-resource full-text search across your inventory |
Sites |
| Physical locations and data center sites |
Racks |
| Rack inventory, units, and positions |
Devices |
| Servers, switches, appliances, and VMs |
Subnets |
| IPAM subnets and prefixes |
IP addresses |
| Assigned and free addresses |
VLANs |
| VLAN groups and IDs |
VRFs |
| Virtual routing and forwarding instances |
Cables |
| Cabling between ports and endpoints |
MAC addresses |
| MAC inventory and assignments |
Contacts |
| People and vendors tied to infrastructure |
Changelog |
| Audit trail of every change, with actor and field-level diffs |
Permissions
Read Only keys can use all read and search tools. Write tools return an error.
Full Access keys can read and write. Every write is recorded in the organization changelog with attribution and field-level diffs, so agent edits are as reviewable as manual ones.
Start agents on a Read Only key, review their diffs, then promote to Full Access deliberately.
Support
Bug reports and feature requests for the MCP surface: open an issue
Plans, pricing, and enterprise agreements: Contact sales
This server cannot be deployed
Maintenance
Related MCP Connectors
PeeringDB MCP — the peering ecosystem database.
IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.
Live BGP routing table and registry lookups: IP origin, ASN prefixes, transit, org search.
Read, create, update and delete records; inspect objects, fields and schema in your Knack database.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables comprehensive interaction with NetBox infrastructure management through both read and write operations. Supports full CRUD operations for devices, IP addresses, sites, racks, and other NetBox objects through natural language commands.917Apache 2.0
- AlicenseBqualityDmaintenanceEnables read-only interaction with NetBox network documentation and infrastructure data through LLMs. Allows querying devices, sites, IP addresses, and viewing change history via natural language.3Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with NetBox infrastructure management platform to query and manage devices, VMs, IP addresses, and VLANs. Features secure HashiCorp Vault integration and PostgreSQL state tracking for comprehensive infrastructure automation.2MIT
- AlicenseAqualityAmaintenanceEnables interaction with phpIPAM IP address management (IPAM) system, providing tools to manage IP sections, subnets, addresses, VLANs, and more through natural language.161MIT