Skip to main content
Community sources are source specs built and maintained by our community. These are kept in the Coral repository under sources/community.
Community sources are not included in coral source discover, and coral source add <name> only installs bundled sources. Import community sources with coral source add --file.

Install a community source

Clone the Coral repository so you have the source specs locally:
git clone https://github.com/withcoral/coral.git
cd coral
Review the source’s manifest and README when one exists, then add it from its manifest file:
coral source add --file sources/community/hn/manifest.yaml
coral source test hn
If a source declares inputs, Coral reads them from environment variables by default. Add --interactive to be prompted instead:
coral source add --interactive --file sources/community/fly/manifest.yaml
After importing, the source behaves like any other installed source. It appears in coral source list, works with coral source info <name> --verbose, and exposes tables through coral.tables, coral.columns, the CLI, and MCP.

Available community sources

SourceDescription
advice_slipGenerate random advice or search for specific advice using the Advice Slip API.
adzunaSearch active job listings globally across 16+ countries with the Adzuna API. Provides keyword, location, and salary filtering, plus salary distribution histograms and category enumeration.
airflowQuery DAGs, DAG runs, task instances, tasks, connections, pools, and providers from Apache Airflow (self-hosted). Covers pipeline inventory, execution history, task-level telemetry, infrastructure configuration, and installed provider packages via the Airflow REST API v2.
auth0Query Auth0 tenant data — users, clients, connections, roles, role_users, role_permissions, organizations, organization_members, resource servers, client grants, actions, logs, grants, custom domains, and tenant settings — via the Auth0 Management API v2 with bearer-token authentication.
axiomQuery datasets, annotations, monitors, and notifiers from Axiom. Covers dataset metadata and retention policy, deployment and incident annotations, monitor definitions and thresholds, and notifier configurations.
beehiivQuery publications, posts, and subscribers from Beehiiv. Covers publication stats, post metadata (title, slug, status, URLs), and subscriber acquisition data.
betterstackQuery monitors, incidents, heartbeats, status pages, on-call schedules, monitor groups, heartbeat groups, email integrations, and incoming webhooks from Better Stack Uptime.
bitbucketQuery repositories, pull requests, and pipelines from Bitbucket Cloud via the Bitbucket Cloud REST API v2.0. Authenticate with OAuth authorization-code.
calQuery bookings, event types, schedules, and profile data from Cal.com (Cloud or self-hosted).
checklyQuery synthetic monitoring checks, check results, alert channels, and dashboards from Checkly. Covers your full monitoring configuration — API and browser check inventory, recent pass/fail run history, notification routing, and status page dashboards.
chucknorrisFetch Chuck Norris facts from the free chucknorris.io API.
clear_mlQuery ClearML projects, tasks, models, pipelines, workers, queues, artifact metadata, and current user context.
clerkQuery users, organizations, memberships, invitations, and sessions from Clerk.
clickhouseQuery ClickHouse databases, tables, columns, query history, running processes, server metrics, storage parts, and replication health via the ClickHouse HTTP interface.
clickhouse_mcpClickHouse Cloud remote MCP server (mcp.clickhouse.cloud).
cloudflareQuery zones, DNS records, accounts, members, Workers scripts, R2 buckets, and audit logs from Cloudflare.
codecovQuery repositories, commits, pull requests, branches, flags, components, and coverage totals from Codecov.
coingeckoFetch live cryptocurrency prices, market caps, and volumes from CoinGecko.
coolifyQuery Coolify projects, environments, servers, applications, and active deployments via the Coolify REST API (self-hosted or Coolify Cloud).
coralogixQuery Coralogix dashboards, alerts, SLOs, team groups, and roles.
country_state_cityRetrieve countries, states, and cities using the Country State City API.
crates_ioQuery the Rust crate registry (crates.io) for packages, versions, dependencies, owners, categories, and keywords via the public crates.io API. No authentication required.
databricksQuery Databricks jobs, job runs, clusters, SQL warehouses, and Unity Catalog metadata via Databricks REST APIs.
datahubQuery datasets, dataflows, datajobs, users, tags, and domains from DataHub (Open Source or self-hosted). Covers data catalog inventory, lineage ownership, and governance metadata via the DataHub GraphQL API.
dbt_cloudQuery dbt Cloud jobs, runs, and environments through the dbt Cloud Administrative API v2.
deps_devQuery package metadata, dependency trees, and security advisories from the deps.dev API. Supports NPM, PYPI, MAVEN, GO, CARGO, RUBYGEMS, and NUGET. Package names containing special characters (such as scoped npm packages or Maven group:artifact coordinates) must be URL-encoded in filter values.
devtoQuery articles, users, and tags from DEV.to. No authentication required for public endpoints.
digitaloceanQuery Droplets, domains, volumes, databases, apps, Kubernetes clusters, projects, SSH keys, regions, sizes, and account data from DigitalOcean.
dog_ceoFetch random dog images and filter by breed using the Dog CEO API.
dubQuery links, domains, tags, and workspace metadata from Dub.co. Covers link analytics (clicks, leads, sales), custom domains, tag management, and workspace configuration.
elasticsearchInspect Elasticsearch cluster health, nodes, indices, shards, aliases, index templates, and pending cluster tasks through the native REST and _cat APIs.
figmaQuery projects, files, file versions, comments, published components, component sets, styles, webhooks, dev resources, and library analytics from Figma.
flyQuery apps, machines, and volumes from Fly.io.
frankfurterFetch currency exchange rates from the free Frankfurter API.
free_dictionaryFetch word definitions, phonetics, and meanings from the Free Dictionary API.
ghostQuery public posts, pages, tags, and authors from a Ghost CMS site via the Ghost Content API.
google_contactsQuery contacts and contact groups from Google Contacts (Google People API).
google_driveQuery files, file metadata, shared drives, permissions, comments, revisions, and account metadata from Google Drive.
groq_aiGroq AI community source for querying GroqCloud OpenAI-compatible model metadata.
hnHacker News search and item lookup via the public Algolia HN API (no auth).
honeycombQuery datasets, columns, boards, markers, and triggers from Honeycomb observability environments.
hubspotQuery HubSpot CRM contacts, companies, deals, tickets, and owners from HubSpot (Cloud). Join with bundled Stripe, Intercom, and Linear sources on email and company domain.
huggingfaceQuery models, datasets, Spaces, daily papers, and trending repositories from the Hugging Face Hub. Discover ML models by task, framework, and popularity. Browse datasets, Spaces, and community-curated research papers.
influxdbQuery InfluxDB v2 server health, organizations, buckets with retention, and tasks from a self-hosted InfluxDB 2.x instance or InfluxDB Cloud.
ip_apiQuery geolocation details for an IP address or domain using the free ip-api.com JSON API.
jenkinsQuery Jenkins jobs, last-build results, and Git revision metadata from Jenkins (self-hosted). Read-only; uses the JSON REST API.
jikanQuery anime and manga data from MyAnimeList via the Jikan REST API v4. Search anime and manga by keyword, browse top rankings, and filter by type, status, and rating. No authentication required.
jsonplaceholderQuery fake data from JSONPlaceholder (jsonplaceholder.typicode.com). Provides users, posts, comments, and todos.
k8sQuery Kubernetes workloads, networking, storage, events, and cluster nodes through the Kubernetes REST API. Read-only v1; use kubectl proxy locally or an API base URL that already injects authentication.
kafkaQuery clusters, brokers, topics, consumer groups, and per-partition lag from Apache Kafka via the Confluent Kafka REST Proxy (open source).
kestraQuery flows, executions, logs, and namespaces from a Kestra instance (Open Source or self-hosted). Supports Kestra v0.24+ with HTTP Basic Auth.
keycloakQuery Keycloak realms, clients, groups, realm roles, users, and admin events via the Admin REST API (self-hosted or managed).
langfuseQuery traces, observations, scores, sessions, and projects from Langfuse (Cloud or self-hosted).
langsmithQuery LangSmith projects, runs, datasets, examples, and feedback.
lm_studioQuery local LM Studio models and run bounded OpenAI-compatible response, chat, and embedding checks through SQL.
loopsQuery mailing lists, contact properties, contacts, transactional emails, and campaigns from Loops via the Loops REST API v1.
mailgunQuery sending domains, SMTP credentials, inbound routes, and email suppression lists (bounces, unsubscribes, complaints) from Mailgun.
metabaseQuery Metabase collections, dashboards, questions, databases, users, and permission groups for BI governance and analytics workspace inventory.
milvusQuery databases, collections, partitions, users, roles, and aliases from Milvus (self-hosted or Zilliz Cloud).
mixpanelQuery projects, cohorts, annotations, annotation tags, Lexicon schemas, and dashboards from Mixpanel.
musicbrainzQuery the MusicBrainz open music encyclopedia for artists, releases, recordings, and labels via the public web service API. No authentication required.
n8nQuery n8n workflows, executions, tags, and variables through Coral SQL using the n8n Public REST API.
neo4jQuery nodes, relationships, indexes, and constraints from Neo4j graph databases via the HTTP transactional API (self-hosted or Aura).
neondbQuery Neon organizations, projects, branches, databases, roles, compute endpoints, operations, and user identity.
netlifyQuery sites, deploys, forms, submissions, env vars, DNS zones, and accounts from Netlify.
novuQuery Novu notification workflows, subscribers, topics, and activity as SQL tables. Inspect workflow definitions, subscriber rosters, topic segments, and the full notification activity feed. Join with Linear, Freshdesk, or GitHub for cross-source product and support intelligence.
oktaQuery Okta users, groups, apps, app assignments, and system log events.
ollamaQuery local Ollama model inventory and run bounded prompt/chat checks through SQL.
open_meteoFetch weather forecasts from the free Open-Meteo API.
openlibrarySearch books, authors, and subjects from the Open Library API.
openmetadataQuery OpenMetadata tables, dashboards, pipelines, users, teams, and glossary terms for data catalog, ownership, and governance analysis.
opsgenieQuery Opsgenie alerts, teams, users, schedules, escalations, and on-call responders.
osvQuery OSV vulnerability records by package version, commit hash, or vulnerability ID from the OSV API.
pineconeQuery indexes, collections, and backups from Pinecone (serverless and pod-based). Covers vector index inventory, embedding model configuration, spec details, and backup history via the Pinecone Control Plane API.
plausibleQuery Plausible Analytics web stats as SQL tables. Get aggregate metrics, time-series data, and traffic breakdowns by page and source for any site in your Plausible account. Join with GitHub, Linear, or Notion for cross-source product intelligence.
pokeapiQuery Pokemon data from the free PokeAPI (https://pokeapi.co). PokeAPI is an open-source API with no strict limits. Please be polite and cache data when possible.
postmanQuery workspaces, collections, requests, environments, and monitors from Postman. Access API collections, test configurations, and monitoring data for API inventory analysis and governance workflows.
postmarkQuery server metadata, message streams, messages, bounces, templates, and outbound delivery statistics from Postmark.
prefectQuery Prefect flows, flow runs, deployments, work pools, and task runs to monitor pipeline health and orchestration state.
prometheusQuery Prometheus scrape health and active alerts from Prometheus (self-hosted). Read-only v1 tables: query_up, alerts. Uses /api/v1/query (up) and /api/v1/alerts. No arbitrary PromQL table in v1.
public_holidaysFetch public holidays, available countries, and long weekends from the free Nager.Date API.
qdrant_cloudQuery Qdrant Cloud accounts, clusters, and backups using the Qdrant Cloud management API.
rabbitmqQuery vhosts, queues, exchanges, bindings, consumers, connections, nodes, users, and policies from RabbitMQ (self-hosted or Cloud).
remotiveRemote job listings from Remotive.com. No authentication required. Data is delayed 24 hours. The API recommends at most 4 requests per day.
replicateQuery predictions, models, deployments, and collections from Replicate. Covers your AI inference history, the global public model catalog, account-scoped deployments, curated model collections, and available GPU/CPU hardware options.
resendQuery sent emails, domains, API keys, contacts, segments, topics, broadcasts, webhooks, API request logs, and legacy audiences from Resend.
rest_countriesQuery country data from the REST Countries API (no auth).
scorecardQuery OpenSSF Scorecard security health checks for public GitHub repositories tracked by OpenSSF Scorecard. Returns up to 18 security dimensions (code review, branch protection, signed releases, pinned dependencies, SAST, fuzzing, and more) with a score 0–10 and a plain-English reason for each. No authentication required. Scores are precomputed and updated weekly. Repositories not yet indexed by OpenSSF return a 404 (no score available).
semaphore_ciQuery workflows, pipelines, and promotions for a Semaphore CI project. All tables require a project_id or pipeline_id filter — Semaphore’s v1alpha API does not expose a list-projects endpoint, so obtain IDs from the Semaphore dashboard or sem CLI. Read-only; cloud-only (assumes *.semaphoreci.com).
sendgridQuery email templates, suppression lists (bounces, blocks, spam reports, invalid emails), marketing lists, single sends, suppression groups, sender identities, verified senders, API keys, and teammates from Twilio SendGrid.
shopifyQuery Shopify shop metadata, products, product variants, collections, orders, customers, locations, and inventory items.
signozQuery services, logs, traces, dashboards, and alerts from SigNoz (Cloud or self-hosted).
splunkQuery Splunk server info, indexes, saved searches, apps, users, and search jobs.
tailscaleQuery Tailscale devices, users, keys, device routes, and DNS configuration from a tailnet.
terraform_cloudQuery HCP Terraform or Terraform Enterprise projects, workspaces, runs, variables, and state versions for infrastructure governance.
todoistQuery tasks, projects, sections, and labels from Todoist.
travis_ciQuery repositories, builds, jobs, branches, stages, cron jobs, environment variables, settings, caches, build requests, organizations, and broadcasts from Travis CI.
trelloQuery Trello boards, lists, cards, and members via the Trello REST API.
trinoQuery Trino coordinator information and the cluster’s active and recently completed query history, including state, errors, timings, driver counts, and memory usage, from a self-hosted Trino coordinator.
tursoQuery organizations, databases, groups, members, and available locations from the Turso Platform API. Covers database inventory, group topology, team membership, and edge region metadata.
typeformQuery forms, workspaces, themes, responses, and webhooks from Typeform.
umami_cloudQuery websites, pageviews, events, sessions, and summary statistics from Umami Cloud (or a self-hosted Umami deployment).
upstashQuery Upstash platform metadata — Redis databases, database statistics, and Vector indexes — via the Upstash Developer API v2 with Basic authentication.
vercelVercel platform data — projects, deployments, domains, environment variables, and team members — via the Vercel REST API with bearer-token authentication.
weaviateQuery Weaviate server metadata, collection (class) schema, and per-node cluster health and object counts from a self-hosted or Weaviate Cloud vector database.
wikipediaQuery Wikipedia articles via the public MediaWiki and REST APIs. Search articles by keyword, look up page summaries by title, and discover random articles. No authentication required.
woocommerceQuery WooCommerce store status, products, orders, and customers from a self-hosted WordPress + WooCommerce store through the WooCommerce v3 REST API.
xkcdQuery webcomics from xkcd.com, including the latest comic and historical comics by ID.
zulipQuery users, channels, topics, and bounded message windows from Zulip.

If a source is missing

If the source you need is not bundled and does not have a community spec yet, write a custom source spec. If the source is generally useful, open a pull request that adds it under sources/community with a manifest.yaml and source-specific README.