Add AISO Tools (Search, Marketing) - #9
Open
shibley wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
data/products/aisotools.yaml.AISO Tools — https://aisotools.com — measures whether ChatGPT actually recommends a given AI tool. You enter a tool name and category, it runs recommendation-shaped prompts, and returns a visibility score plus which competitors got named instead. Behind that sits a catalog of 1,592 AI tools.
Why it may be worth a slot here: the list has plenty of tools that generate things and very little in
Searchthat measures AI-answer visibility, which is a distinct problem from classic SEO. Filed it underSearchandMarketing.Field notes — everything below was read off the live site today, not from marketing copy
models/pricing: free scan$0(no account, no card), one-time report$9,Monitoring$19/moor$190/yr— all four numbers from https://aisotools.com/audit/pricing.self_signup: true— the free scan genuinely needs no account.has_mcp: true,has_api: true— there is a public, unauthenticated MCP server athttps://aisotools.com/api/mcp(streamable-http, POST).developer_portal_urlpoints at the docs page, per the schema'shas_apirefinement.year_founded: 2026— first commit on the codebase is 2026-02-14.open_source: false, solicenseandsource_code_urlarenull.rss_feed_url: nullrather than a guessed URL.stats: {}— I have no third-party traffic figure I'd stand behind, so I left it empty rather than seeding a rank.Validation
bunisn't available on this machine, so I re-implementedscripts/lib/schema.ts(enums, required keys, thePricingSchemashape, the slug-matches-filename rule and thehas_api → developer_portal_urlrefinement) and ran it over all ofdata/products/: 105 files, 0 invalid. Happy to adjust ifbun run checkdisagrees on anything.I'm affiliated with this product — flagging that rather than filing it as a neutral third party. If a self-submission isn't something you take, close it and no hard feelings.