General Tools
granite.ie
Searches and retrieves Granite's published case studies, specialisms, industries, and news articles.
ENDPOINT 1
https://www.granite.ie/mcp
MCP server metadata
- Name
- granite-mcp
- Version
- 1.0.0
Read-only access to published content on granite.ie (Granite Digital). Use search_case_studies and search_news for client work and articles, list_specialisms / get_specialism for services, list_industries for sector experience, and get_page_markdown to read the clean text of any page. All content is public and published; there are no write operations in v1.
Known tools 6
search_case_studiesSearch Granite's published client case studies by keyword and/or sector.
Inferred read-onlylist_specialismsList Granite's published specialisms (services offered), with slug, summary, and public URL.
Inferred read-onlyget_specialismGet one Granite specialism by slug: title, summary, description, the services it groups, and public URL.
Inferred read-onlylist_industriesList the industries/sectors Granite has published sector-specific experience for, with slug and public URL.
Inferred read-onlyget_page_markdownFetch the clean Markdown representation of a granite.ie page (its build-time .md twin).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.granite-mcp]
url = "https://www.granite.ie/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"granite-mcp": {
"type": "http",
"url": "https://www.granite.ie/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: granite-mcp
Remote MCP URL: https://www.granite.ie/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"granite-mcp": {
"url": "https://www.granite.ie/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"granite-mcp": {
"type": "http",
"url": "https://www.granite.ie/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "granite-mcp",
"transport": "streamable-http",
"url": "https://www.granite.ie/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for granite.ie was fetched 2026-08-23T22:57:25.821Z.
granite.ie is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.