.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/nostrband/servicegraph
home/mcp-servers/nostrband/servicegraph
nostrband avatar

servicegraph

bynostrband· 1 MCP server

Stars

68

Forks

7

Category

AI Agents & MCP

View on GitHub

TL;DR

AI Agent skills to access structured datasets for startup founders

How to install servicegraph?

nostrband/servicegraph
$git clone https://github.com/nostrband/servicegraph

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install servicegraph by running `git clone https://github.com/nostrband/servicegraph`, then use it for the current task and follow its documentation at https://github.com/nostrband/servicegraph.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="assets/mark-128.png" alt="ServiceGraph" width="64" height="64" />
3</p>
4 
5# ServiceGraph Agent Skills
6 
7> **Datasets for founders** — where to launch, who to email, who to hire.
8 
9Agent Skills for [**ServiceGraph**](https://servicegraph.co) — structured,
10metrics-enriched business datasets your agent can filter, rank, and pull
11contact data from. One filter DSL, one credit balance, many datasets:
12 
13<p align="center">
14 <img src="assets/servicegraph-datasets.png" alt="ServiceGraph datasets — product directories, business directories, newsletters, agencies, with subreddits and influencers coming soon" width="820" />
15</p>
16 
17| Dataset | Size | Enriched with |
18|---|---|---|
19| **Agencies** (US professional-services firms) | 110k+ | services · size · location · ratings |
20| **Business directories** | 3,500+ | industry · domain rating · traffic |
21| **Product directories** | 850+ | submission policy · domain rating · traffic |
22| **Newsletters** | 50k+ | subscribers · topics · post cadence |
23| _subreddits, influencers_ | _coming soon_ | |
24 
25**The branded `servicegraph` skill works against every dataset** — say
26"servicegraph" and your agent discovers what datasets exist, learns each
27one's schema and filters, searches free, and unlocks detail with credits.
28**The specific `find-*` skills cover two datasets today.** For the **Agencies**
29dataset — law, marketing, design, consulting, accounting, IT services, AI/ML,
30web development, engineering, HR, PR, cybersecurity, and more — filterable by
31industry, services, location, size, ratings, and third-party listings. And for
32the **Product directories** dataset — where to *launch* a software product and
33*earn backlinks* — covering general product/SaaS launches, MCP-server
34registries, and AI-tool / AI-agent / agent-skill directories, ranked by Domain
35Rating and organic traffic. More per-use-case skills for the newsletter and
36other datasets land here as they ship — same install, same API key, same DSL.
37 
38Compatible with **19+ AI agents** including Claude Code, Codex, Cursor, GitHub
39Copilot, Gemini, Cline, Goose, Windsurf, and any other harness that supports
40the [Agent Skills](https://agentskills.io/) format.
41 
42## Installation
43 
44### Install a specific skill
45 
46```bash
47npx skills add nostrband/servicegraph --skill find-service-providers
48```
49 
50### Install all skills
51 
52```bash
53npx skills add nostrband/servicegraph
54```
55 
56**API key:** browsing, filtering, and brief cards are free, but every call
57needs a key. Create one at
58[**servicegraph.co/profile/api-keys**](https://servicegraph.co/profile/api-keys)
59(2,000 free credits on signup, no card) and put it in your shell or
60`.env.local` as `SERVICEGRAPH_API_KEY=vk_…`. Skills prompt for it on first
61use and never read the value into the model's context.
62 
63## Available Skills
64 
65### Any dataset
66 
67<details open>
68<summary><strong>servicegraph</strong> — the branded entry point</summary>
69 
70The generic, dataset-agnostic way to drive ServiceGraph. Launch it by naming
71the brand; it discovers what datasets exist and each one's schema and filters
72through the API, searches free brief rows, and unlocks contact + metric detail
73with credits — no datasets or fields hardcoded, so it stays correct as new
74data lands.
75 
76**Use when:**
77- "Use ServiceGraph to find …"
78- "What datasets does ServiceGraph have?"
79- "Search ServiceGraph for … / look this up in ServiceGraph"
80- "Pull contacts from ServiceGraph for these domains"
81- The dataset you need has no specific skill below yet
82 
83</details>
84 
85### Agencies dataset
86 
87<details open>
88<summary><strong>find-service-providers</strong> — the umbrella skill</summary>
89 
90Find, shortlist, vet, or enrich US professional-services firms across all 22
91industries in the catalog — law, marketing, consulting, accounting, IT
92services, architecture, engineering, HR, PR, design, and more.
93 
94**Use when:**
95- "Find me three boutique IP law firms in California"
96- "Build a longlist of 50 mid-size US management consultancies"
97- "Here are 12 agency domains — pull contact info and confirm which are US-based"
98- The user's intent doesn't fit a more specific skill below
99 
100</details>
101 
102<details>
103<summary><strong>find-marketing-agency</strong></summary>
104 
105Find US marketing agencies — branding, content marketing, PPC/paid media,
106social, email, performance/demand-gen, video production, full-service digital.
107Auto-pins `industry:marketing_agency` so the agent doesn't have to.
108 
109**Use when:**
110- "Shortlist three B2B branding agencies in California"
111- "Find a PPC shop with ecommerce experience"
112- "We need a content marketing partner for a SaaS launch"
113 
114</details>
115 
116<details>
117<summary><strong>find-seo-agency</strong></summary>
118 
119Find US SEO agencies — technical, on-page/off-page, link-building,
120content-led, local, ecommerce, B2B SEO, audits. Auto-pins
121`industry:marketing_agency service_provided:seo`.
122 
123**Use when:**
124- "Find me an SEO agency in Texas"
125- "Shortlist three technical SEO consultancies for SaaS"
126- Indirect phrasings: "organic traffic is flat", "improve ou

Preview

nostrband/servicegraphnostrband/servicegraph
Reponostrband/servicegraph
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPagent-skillsai-agents

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k