← niar.app

INDIVIDUAL MCP TOOL

blog-post-get

Get a single blog post by slug, including drafts (admin view).

niar.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.niar.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for blog-post-get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

niar.app

CONNECT 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.laravel-mcp-server]
url = "https://mcp.niar.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "laravel-mcp-server": {
      "type": "http",
      "url": "https://mcp.niar.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: laravel-mcp-server
Remote MCP URL: https://mcp.niar.app/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": {
    "laravel-mcp-server": {
      "url": "https://mcp.niar.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "laravel-mcp-server": {
      "type": "http",
      "url": "https://mcp.niar.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "laravel-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.niar.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • stores-search — Search for physical stores near a location.
  • products-search-nearby — Search for products available in nearby physical stores.
  • stores-get — Get full details of a specific store including its inventory and services.
  • products-get — Get full details of a specific product including availability across all stores.
  • category-seo-get — Get the editable SEO content (H1, intro, meta title/description, H2 sections, FAQ) of a product category by its slug, as shown on /categoria/{slug}.
  • category-seo-set — Set (overwrite) the editable SEO content of a product category by slug, shown on /categoria/{slug}.
  • category-attribute-schema-set — Set (overwrite) the typed attribute schema of a product category by slug.
  • blog-post-create — Create a blog post as a draft under /blog/{slug}.