← Registry

eCommerce

niar.app

Provides APIs to search for physical stores, products near a location, and retrieve SEO content for product categories.

1 endpoint12 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://mcp.niar.app/mcp

No auth detected

MCP server metadata

Name
Laravel MCP Server
Version
0.0.1
Capabilities
toolsresourcesprompts

Known tools 12

stores-search

Search for physical stores near a location.

Inferred read-only
products-search-nearby

Search for products available in nearby physical stores.

Inferred read-only
stores-get

Get full details of a specific store including its inventory and services.

Inferred read-only
products-get

Get full details of a specific product including availability across all stores.

Inferred read-only
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}.

Inferred read-only
category-seo-set

Set (overwrite) the editable SEO content of a product category by slug, shown on /categoria/{slug}.

Inferred read-only
category-attribute-schema-set

Set (overwrite) the typed attribute schema of a product category by slug.

Inferred read-only
blog-post-create

Create a blog post as a draft under /blog/{slug}.

Potential side effects
blog-post-update

Update an existing blog post by slug (partial — only provided fields change).

Potential side effects
blog-post-publish

Publish a blog post by slug: sets status=published and published_at=now, pings IndexNow for instant indexing, and invalidates the post + sitemap caches.

Potential side effects
blog-post-get

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

Potential side effects
blog-post-list

List blog posts (admin view, includes drafts).

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for niar.app was fetched 2026-08-23T15:18:45.438Z.

Trust status Trusted

niar.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.